10.13 LAB - Create Movie table
Create a Movie table with the following columns:
ID - positive integer with a maximum value of 50,000
Title - variable-length string with up to 50 characters
Rating - fixed-length string with 4 characters
ReleaseDate - date
Budget - decimal value representing a cost of up to 999,999 dollars, with 2 digits for cents
Note: Your SQL code does not display any results in Develop mode. Use Submit mode to test your code.
419904.1857534.qx3zqy7
LAB ACTIVITY
10.13.1: LAB - Create Movie table
6/10
Main.sql
Load default template..
-- Your SQL statement goes here