WRITE QUERIES IN SQL
PART I- Consider the following relational database schema: Movie(title, year, length, inColor, studioName, producerC) Stars In (movie Title, movie Year, starName) address, gender, birthdate) address, cert#, netWorth) MovieStar(name, MovieExec(name, Studio(name, address, cert#, netWorth)
9- (10 points) Find sum of the movies length each studio is produced. 10- (10 points) Create a list of each producer name and the total length of film produced. 11- (10 points) Query the total film length for only those producers who made at least one film prior to 1930.
WRITE QUERIES IN SQL
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am