DBMS Imp Questions For I-Mid
DBMS Imp Questions For I-Mid
The key fields are underlined. The catalog relation lists the price changes for parts by supplies.
Write the following queries in SQL.
Find the p names of parts for which there is some supplier.
b. Find the pnames of parts supplied by raghu supplier and no one else.
11. Write the SQL expressions for the following relational database?
sailor schema(sailor id, Boat id, sailorname, rating, age)
Reserves(Sailor id, Boat id, Day)
Boat Schema(boat id, Boatname, color)
b.Find the age of the youngest sailor who is eligible to vote for each rating level with
at least two sailors?