Tutorial 5 : Advanced SQL
Tutorial 5 : Advanced SQL. Question: Consider the following schema where sailors can reserve boats. The primary keys are underlined. Sailor s ( sid: integer , sname: string , rating: integer , age: real ) Boats( bid: integer , bname: string , color: string )
345 views • 18 slides