Reset Database
|
Return to Main
Tables
movie
movieid
numeric
title
text
genre
text
rating
text
customer
customerid
numeric
name
text
address
text
creditcardnumber
text
rents
customerid
numeric
movieid
numeric
daterented
date
datedue
date
Query
Enter a SQL statement below and press Execute:
select * from movie
Or try one of these SQL commands:
select * from movie
select * from customer
select * from rents