Question: 3 . Write the SQL command to change the movie year for movie number 1 2 4 5 to 2 0 1 4 . 4

3. Write the SQL command to change the movie year for movie number 1245 to 2014.
4. Write the SQL command to change the price code for all action movies to price code 3.
5. Write a single SQL command to increase all price rental fee values in the PRICE table by $0.50.
6. Alter the DETAILRENTAL table to include a derived attribute named DETAIL_DAYSLATE to store integers of up to three digits. The attribute should accept null values.
7. Update the DETAILRENTAL table to set the values in DETAIL_RETURNDATE to include a time component. Make each entry match the values shown in the following table.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!