Return to CS G102 home page



Consider the following database schema

Sailors(sid:integer, sname: string, rating: integer, age: real)
Boats(bid:integer, bname: string, color: string)
Reserves(sid:integer, bid: integer, day: string)

Write the following questions in SQL



Evangelos Kanoulas 2004-02-09