Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java language 1 & 2 Delieverables We will create a database to store information about movies and movie theaters. We will have tables describing movies,

Java language

1 & 2 Delieverables

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

We will create a database to store information about movies and movie theaters. We will have tables describing movies, actors, directors, theaters, screens, show times, tickets and theater staffs. In addition, we will have several relation tables that describe the complex interrelations between these objects. Your assignment is to create the tables and relations along with all the specified constraints, and populate the tables with at least two records in each table. You also have to provide answers to the questions listed at the end. Deliverables: 1. One SQL script file containing all the table creation statements, constraint specification statements and data insertion statements. (25 points) 2. The front end project files (HTML, Java, C#, etc.). (60 points) 3. The project report document. (15 points) Requirements 1. The client program should select data in the every table 2. The client program should insert and delete data in the Movie, Screen, and Ticket table Table: Movie Attribute Movield MovieName MovieDescription MovieRatin MovieReleaseDate MovieLen Char(8) Varchar20100 Varchar2(1024) Varchar2(5) Date Number Constraint Pk Not Null Not Null Not Null Not Null Not Null We will create a database to store information about movies and movie theaters. We will have tables describing movies, actors, directors, theaters, screens, show times, tickets and theater staffs. In addition, we will have several relation tables that describe the complex interrelations between these objects. Your assignment is to create the tables and relations along with all the specified constraints, and populate the tables with at least two records in each table. You also have to provide answers to the questions listed at the end. Deliverables: 1. One SQL script file containing all the table creation statements, constraint specification statements and data insertion statements. (25 points) 2. The front end project files (HTML, Java, C#, etc.). (60 points) 3. The project report document. (15 points) Requirements 1. The client program should select data in the every table 2. The client program should insert and delete data in the Movie, Screen, and Ticket table Table: Movie Attribute Movield MovieName MovieDescription MovieRatin MovieReleaseDate MovieLen Char(8) Varchar20100 Varchar2(1024) Varchar2(5) Date Number Constraint Pk Not Null Not Null Not Null Not Null Not Null

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Security XI Status And Prospects

Authors: T.Y. Lin, Shelly Qian

1st Edition

0412820900, 978-0412820908

More Books

Students also viewed these Databases questions

Question

2. How should this be dealt with by the organisation?

Answered: 1 week ago

Question

explain what is meant by the term fair dismissal

Answered: 1 week ago