Reset Database | Return to Main
Tables
movie
movieidnumeric
titletext
genretext
ratingtext
customer
customeridnumeric
nametext
addresstext
creditcardnumbertext
rents
customeridnumeric
movieidnumeric
daterenteddate
dateduedate
Query
Enter a SQL statement below and press Execute:

Or try one of these SQL commands:

select * from movie
select * from customer
select * from rents