Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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.) Use the Management Studio to create the following tables and relationships. 1. 2. Users Products EmalAddress FirstName Las Name Preductiame PreductD 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 In the Downloads table, set the UserlD and ProductID column as the foreign keys. Ensure the Tables and Columns Specification section is expanded in screenshot. Define the columns so none of them allow null values Use the Management Studio to create indexes for the foreign keys in the Downloads table. Use the Management Studio to create a unique index on the EmailAddress and ProductName columns and a regular index on the DownloadDate column. 4. 5. 6. 7

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions