1use the management studio to create a new database called


1.Use the Management Studio to create a new database called 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.

1916_Script Implementing Database Design.jpg

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 column 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.

Solution Preview :

Prepared by a verified Expert
Database Management System: 1use the management studio to create a new database called
Reference No:- TGS01186699

Now Priced at $20 (50% Discount)

Recommended (97%)

Rated (4.9/5)