OracleFlix SQL Project Tables
OracleFlix SQL Project Tables
com/academy
Sample Data – Make up at least six members, using the sequence to generate the PKs:
Unique = U
Check G, PG, DRAMA, COMEDY, ACTION,
PG13, R, CHILD, SCIFI, DOCUMENTARY
Data Type NUMBER VARCHAR2 VARCHAR2 VARCHAR2 VARCHAR2 DATE
Length 10 60 400 4 20
Sample Data – Add at least six titles, use www.imdb.com for information and the sequence for the PKs:
Sample Data : Use TITLE_ID from the MOVIES table, with one or two copies of each title, using the sequence to generate the PKs:
Sample Data – Add four rows using MEDIA_ID from the MEDIA table and CUSTOMER_ID from the CUSTOMER table:
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
4
Sample Data : add at least 4 rows, using the sequence to generate the PKs :
Sample Data : add at least 4 rows, using ACTOR_IDs from the ACTORS table and TITLE_IDs from the MOVIES table :
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.