Question

In this class, you will need to install the Amazon WorkSpace (AWS), a cloud based virtual...

In this class, you will need to install the Amazon WorkSpace (AWS), a cloud based virtual desktop, and use the SQL Server in the AWS to complete the database projects of the class. An email with AWS access code has been sent to your CTU email account. Double check the Junk Folder if you cannot see it. Click here for the instruction to install and launch AWS.

After installing the AWS application, launch it and login to your AWS virtual desktop. On the virtual desktop, launch SQL Server 2014 Management Studio (Start->All Programs->Microsoft SQL Server 2014). Then, create a sample database with one table (click here for a video instruction to create a database with tables). Your deliverable should be a Word document with screenshots showing the sample database and table you have created, and discuss the issues that you had for this project related to AWS and/or SQL Server and how you solved them.

Please submit your assignment.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

After performing all the above steps that are mentioned in your assignment, You need to run the following command in your SQL server:

CREATE DATABASE database_name;

Then move to that database in order to create a table within that database. The command for this is:

USE database_name;

Then in order to create the table within the database the command is :

CREATE TABLE table_name( column1 datatype, column2 datatype.....columnN datatype);

Eg:

CREATE TABLE Student_Info(id int PRIMARY KEY, Name text, Address varchar(500));

Add a comment
Know the answer?
Add Answer to:
In this class, you will need to install the Amazon WorkSpace (AWS), a cloud based virtual...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • I need help with this Assignment in my Computer Infrastructure Class and also screenshots Assignment Locate...

    I need help with this Assignment in my Computer Infrastructure Class and also screenshots Assignment Locate and price parts for a gaming PC Your goal is to find and price all of the components to build a complete, custom gaming PC from scratch. You will need to select all of the components like case, motherboard, CPU, video card, RAM, keyboard, mouse, cooling system, cables, fans, etc. Ensure that you are selecting compatible parts. Create a table of parts, provide: type...

  • Chapter 2 How to use the Management Studio Before you start the exercises... Before you start...

    Chapter 2 How to use the Management Studio Before you start the exercises... Before you start these exercises, you need to install SQL Server and the SQL Server Management Studio. The procedures for doing both of these tasks are provided in appendix A of the book. In addition, you'll need to get the Exercise Starts directory from your instructor. This directory contains some script files that you need to do these exercises. Exercises In these exercises, you'll use SQL Server...

  • URGENT HELP NEEDED: JQuery. PLEASE POST SCREEN SHOTS Task 1: Downloading jQuery Right-click the link to...

    URGENT HELP NEEDED: JQuery. PLEASE POST SCREEN SHOTS Task 1: Downloading jQuery Right-click the link to download the uncompressed latest version of jQuery Copy the jQuery.x.x.x.js file in the folder and specified as source file. Task 2: Download and install HTML-Kit 1. Navigate to htmlkit.com. 2. Click Download HTML-Kit 292. After it downloads, launch HKSetup.exe. Choose Full installation (the default) Uncheck Yes, download and install HTML-Kit Tools Trial. 6. Click Next>Finish. Task 3: Creating a Simple jQuery Application Launch HTML-Kit....

  • TASK Read the Regional gardens case study document before attempting this assignment. Background: You have been...

    TASK Read the Regional gardens case study document before attempting this assignment. Background: You have been employed by Regional Gardens as their first Chief Information Officer (CIO). You have been tasked by the Board to conduct a review of the company’s risks and start to deploy security policies to protect their data and resources. You are concerned that the company has no existing contingency plans in case of a disaster. The Board indicated that some of their basic requirements for...

  • You need not run Python programs on a computer in solving the following problems. Place your...

    You need not run Python programs on a computer in solving the following problems. Place your answers into separate "text" files using the names indicated on each problem. Please create your text files using the same text editor that you use for your .py files. Answer submitted in another file format such as .doc, .pages, .rtf, or.pdf will lose least one point per problem! [1] 3 points Use file math.txt What is the precise output from the following code? bar...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT