HELLLLLLLLPPPPPPPPPPPPP ASAP!!!!!Chapter 12 How to use the Management Studio for
ID: 3767256 • Letter: H
Question
HELLLLLLLLPPPPPPPPPPPPP ASAP!!!!!Chapter 12 How to use the Management Studio for database design Exercises
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.
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. Note: Zip and upload screen capture for each step above. File named as Lesson12FirstnameLastname.
Explanation / Answer
Reference link for question1:
http://www.lynda.com/SQL-Server-tutorials/Creating-database-using-Management-Studio/137882/149192-4.html
Reference link for question2:
https://www.youtube.com/watch?v=m0-vZZl0QFA
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.