How to create a database with the management studio


Assignment Task: How to create a database and its tables with the Management Studio

Exercises:

1. Use the Management Studio to create a new database named MyWebDB using the default settings. (If the database already exists, use the Management Studio to delete it and then recreate it.)

2. Use the Management Studio to create the following tables and relationships.

3. Define the UserID column in the Users table, the ProductsID column in the Products table, and the DownloadID column in the Downloads table as primary keys and identity columns.

4. In the Downloads table, set the UserID and ProductID columns as the foreign keys.

5. Define the columns so none of them allow null values.

6. Use the Management Studio to create indexes for the foreign keys in the Downloads table.

7. Use the Management Studio to create a unique index on the EmailAddress and ProductName columns and a regular index on the DownloadDate column.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: How to create a database with the management studio
Reference No:- TGS03246754

Expected delivery within 24 Hours