WRITE QUERIES IN SQL

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

WRITE QUERIES IN SQL

Post by answerhappygod »

WRITE QUERIES IN SQL
Write Queries In Sql 1
Write Queries In Sql 1 (22.43 KiB) Viewed 22 times
Write Queries In Sql 2
Write Queries In Sql 2 (19.37 KiB) Viewed 22 times
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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply