Using the DBMS 130 Course Project ERD and Table Details spreadsheet, write and run SQL statements to insert records into your tables. Place comments in your script including course number, date, your name, and other relevant comments. 1. Use www.imdb.com to find at least 6 titles for your FLEX_MOVIES table. 2. Insert at least 6 fake records for your rental FLIX_CUSTOMERS table. 3. Insert at least 2 records into each of the following tables:  FLIX_RENTAL_HISTORY  FLIX_MEDIA  FLIX_STAR_BILLINGS  FLIX_ACTORS

Database Systems: Design, Implementation, & Management
12th Edition
ISBN:9781305627482
Author:Carlos Coronel, Steven Morris
Publisher:Carlos Coronel, Steven Morris
Chapter8: Advanced Sql
Section: Chapter Questions
Problem 69C: Update the DETAILRENTAL table to set the values in DETAIL_RETURNDATE to include a time component....
icon
Related questions
Question

Using the DBMS 130 Course Project ERD and Table Details spreadsheet, write and run
SQL statements to insert records into your tables.
Place comments in your script including course number, date, your name, and other
relevant comments.
1. Use www.imdb.com to find at least 6 titles for your FLEX_MOVIES table.
2. Insert at least 6 fake records for your rental FLIX_CUSTOMERS table.
3. Insert at least 2 records into each of the following tables:
 FLIX_RENTAL_HISTORY
 FLIX_MEDIA
 FLIX_STAR_BILLINGS
 FLIX_ACTORS

FLIX CUSTOMERS
Customer ID
Last Name
First Name
Home Phone
Cell Phone
Email
Street1
Street2
City
State Province
Postal Code
FLIX_RENTAL_HISTORY
Rental History ID
Customer ID
Media ID
Rental Date
Return Date
FLIX MEDIA
Media ID
Title_ID
Media Format
FLIX ACTORS
Actor ID
Stage Name
Last Name
First Name
Birth Date
FLIX_STAR_BILLINGS
Star Billing ID
Actor ID
Title ID
Comments
FLIX MOVIES
Movie Title ID
Movie Title
Movie Description
Movie Rating
Movie Category
Movie Release Date
Key
PK
Key
PK
FK
FK
Key
PK
FK
Key
PK
Key
PK
FK
FK
Key
PK
Type
INTEGER
VARCHAR2
VARCHAR2
VARCHAR2
VARCHAR2
VARCHAR2
VARCHAR2
VARCHAR2
VARCHAR2
CHAR
VARCHAR2
Type
INTEGER
INTEGER
INTEGER
DATE
DATE
Type
INTEGER
INTEGER
VARCHAR2
Type
INTEGER
VARCHAR2
VARCHAR2
VARCHAR2
DATE
Type
INTEGER
INTEGER
INTEGER
VARCHAR2
Type
INTEGER
VARCHAR2
VARCHAR2
VARCHAR2
VARCHAR2
DATE
Max Length
250
250
50
50
50
250
250
250
2
50
Max Length
Max Length
10
Max Length
250
250
250
Max Length
4000
Max Length
250
4000
10
250
Domain
Integer
String
String
String
String
String
String
String
String
String
String
Integer
Integer
Integer
Valid Date
Valid Date
Integer
Integer
String
Integer
String
String
String
Valid Date
Integer
Integer
Integer
String
Integer
String
String
G
PG
PG13
PG-13
R
DRAMA
COMEDY
ACTION
CHILD
SCIFI
DOCUMENTARY
Valid Date
Unique
Y
N
N
N
N
N
N
N
N
N
N
Unique
Y
N
N
N
N
Unique
Y
N
N
Unique
Y
N
N
N
N
Unique
Y
N
N
N
Unique
Y
N
N
N
N
N
Nullable
N
Y
Y
Y
Y
Y
Y
Y
Y
Y
Y
Nullable
N
Y
Y
Y
Y
Nullable
N
Y
Y
Nullable
N
Y
Y
Y
Y
Nullable
N
Y
Y
Y
Nullable
N
Y
Y
Y
Transcribed Image Text:FLIX CUSTOMERS Customer ID Last Name First Name Home Phone Cell Phone Email Street1 Street2 City State Province Postal Code FLIX_RENTAL_HISTORY Rental History ID Customer ID Media ID Rental Date Return Date FLIX MEDIA Media ID Title_ID Media Format FLIX ACTORS Actor ID Stage Name Last Name First Name Birth Date FLIX_STAR_BILLINGS Star Billing ID Actor ID Title ID Comments FLIX MOVIES Movie Title ID Movie Title Movie Description Movie Rating Movie Category Movie Release Date Key PK Key PK FK FK Key PK FK Key PK Key PK FK FK Key PK Type INTEGER VARCHAR2 VARCHAR2 VARCHAR2 VARCHAR2 VARCHAR2 VARCHAR2 VARCHAR2 VARCHAR2 CHAR VARCHAR2 Type INTEGER INTEGER INTEGER DATE DATE Type INTEGER INTEGER VARCHAR2 Type INTEGER VARCHAR2 VARCHAR2 VARCHAR2 DATE Type INTEGER INTEGER INTEGER VARCHAR2 Type INTEGER VARCHAR2 VARCHAR2 VARCHAR2 VARCHAR2 DATE Max Length 250 250 50 50 50 250 250 250 2 50 Max Length Max Length 10 Max Length 250 250 250 Max Length 4000 Max Length 250 4000 10 250 Domain Integer String String String String String String String String String String Integer Integer Integer Valid Date Valid Date Integer Integer String Integer String String String Valid Date Integer Integer Integer String Integer String String G PG PG13 PG-13 R DRAMA COMEDY ACTION CHILD SCIFI DOCUMENTARY Valid Date Unique Y N N N N N N N N N N Unique Y N N N N Unique Y N N Unique Y N N N N Unique Y N N N Unique Y N N N N N Nullable N Y Y Y Y Y Y Y Y Y Y Nullable N Y Y Y Y Nullable N Y Y Nullable N Y Y Y Y Nullable N Y Y Y Nullable N Y Y Y
FLIX_CUSTOMERS
PK Customer_ID
Last Name
First Name
Home Phone
Cell Phone
Email
Street1
Street2
City
State Province
Postal Code
FLIX_ACTORS
PK Actor_ID
Stage Name
Last Name
First Name
Birth_Date
+H
TH
FLIX_RENTAL_HISTORY
PK Rental History_ID
FK Customer_ID
FK
Media_ID
Rental_Date
Return_Date
FLIX_STAR_BILLING
PK Star Billing ID
FK Actor_ID
FK Title_ID
Comments
FLIX_MEDIA
+PK Media ID
FK
Title_ID
Format
FLIX_MOVIES
PK Movie Title_ID
Movie Title
Movie Description
Movie Rating
Movie Category
Movie Release Date
Transcribed Image Text:FLIX_CUSTOMERS PK Customer_ID Last Name First Name Home Phone Cell Phone Email Street1 Street2 City State Province Postal Code FLIX_ACTORS PK Actor_ID Stage Name Last Name First Name Birth_Date +H TH FLIX_RENTAL_HISTORY PK Rental History_ID FK Customer_ID FK Media_ID Rental_Date Return_Date FLIX_STAR_BILLING PK Star Billing ID FK Actor_ID FK Title_ID Comments FLIX_MEDIA +PK Media ID FK Title_ID Format FLIX_MOVIES PK Movie Title_ID Movie Title Movie Description Movie Rating Movie Category Movie Release Date
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning