Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using the Sakila Database Insert a rental record for Customer Rodney Moeller renting the movie Panic Club from store 1 . Use the lowest inventory
Using the Sakila Database
Insert a rental record for Customer Rodney Moeller renting the movie "Panic Club" from store Use the lowest inventory id that isn't checked out. Set the rental date and last update to and use staffid The rentalid will be autogenerated by the database if you create your insert statement correctly. Put your answer in Qsql
Insert a payment for the rental you inserted with the query in question the amount of the payment should be $ The rental id generated by the database should be The rest of the information should match the rental information from question Put your answer in Qsql
Insert a new address with the following information: address N Pole Ln district Ontario, city id postal code phone last update The address id should be autogenerated by the database and all other fields should be null. Put your answer in Qsql
Insert a new customer with the following information: store id first name Santa, last name Claus, email santa.claus@sakilacustomer.org, address active last update and create date Put your answer in Qsql
Update address to North Pole ln Don't forget to change the last update to the current date. Put your answer in Qsql
Update all outstanding rentals to have a return date of Put your answer in Qsql
Delete the payment you inserted in question Put your answer in Qsql
Delete the rental you inserted in question Put your answer in Qsql
Delete Santa's customer record. Put your answer in Qsql
Delete address Put your answer in Qsql
Uuu
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