Question: Build/Implement your Database in MS SQL Server. Based on the ERD: CREATE all tables INSERT data - add at least 10 records for each table
Build/Implement your Database in MS SQL Server.
Based on the ERD:
- CREATE all tables
- INSERT data - add at least 10 records for each table
- TEST the implementation - Write SQL statements to test the implementation
Tasks: Review the resources below to complete the assignment. You have five tasks:
- Review this source for how to createSQL Server Database Create, Alter, Drop, Restore.
- Review this source for how to create SQL Server Table CREATE, ALTER, DROP [T-SQL Examples].
- Review this source for how to createSQL PRIMARY KEY How to Create
Add to Existing Table . - Review this source for how to createSQL FOREIGN KEY How to Create in SQL Server with Example.
- Review this source for how to createSQL SERVER JOINS Tutorial INNER, LEFT, RIGHT, OUTER
What to Submit
- Upload screenshots for each of the above in a Word file explaining your process and what problems you experienced.
- All screenshots should be full screenshots. The instructor needs to see your name as the database name.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
