CACS255 Database Management System

Database Management SystemTU Board 2020

Consider a database system with following schemes: Restaurant(Rname, Rlocation, Rfund) Cook(Cname, Cspeciality) Worksat(Cname, Rname, Workinghrs, Shift) Food(Fname, Cname, Catagory) Now write SQL…

10

Consider a database system with following schemes: Restaurant(Rname, Rlocation, Rfund) Cook(Cname, Cspeciality) Worksat(Cname, Rname, Workinghrs, Shift) Food(Fname, Cname, Catagory) Now write SQL statements and relational algebra statements for following Queries: a) Select the name and location of all restaurants. b) Find the working hours of cook named "Sita". c) Select name of the foods cooked by "Ramesh". d) Use join to select name of restaurants where food of category "breakfast" is available. e) Find the name of cooks who work as "KFC"

A worked answer is on its wayMeanwhile, read the Database Management System notes for this topic.

Discussion

Loading…

More Database Management System questions

All Database Management System old questions