Question: Write an Oracle statement to create a table for the relation: movies(id, title, year, cost, company, director, release_date). Your create table statement must contain
Write an Oracle statement to create a table for the relation: movies(id, title, year, cost, company, director, release_date). Your create table statement must contain at least two general integrity constraints other than "not null". Moreover, you decide on the type for each attribute.
Step by Step Solution
3.48 Rating (148 Votes )
There are 3 Steps involved in it
CREATE TABLE movies id int p... View full answer
Get step-by-step solutions from verified subject matter experts
