Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Develop and execute an SQL script file in Microsoft SQL Server to create the database tables from the above ERD. Using SQL Server, develop and
- Develop and execute an SQL script file in Microsoft SQL Server to create the database tables from the above ERD.
- Using SQL Server, develop and execute an SQL script file of DML SQL INSERT statements to populate the tables using SQL INSERT statements for at least 5 rows of data per table.
- Using SQL Server, develop and execute an SQL script file to:
- Show the contents of each of your tables, one at a time
- Retrieve all of the customers' names, account numbers, and addresses (street and zip code only), sorted by account number
- Retrieve all of the DVDs rented in the last 30 days and sort in chronological rental date order
- Update a customer name to change their maiden names to married names. You can choose which row to update. Make sure that you use the primary key column in your WHERE clause to affect only a specific row.
- Delete a specific customer from the database. You can choose which row to delete. Make sure that you use the primary key column in your WHERE clause to affect only a specific row.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started