Activity: SQL Join

(no submission)

Purpose:

You may make a copy of a worksheet and complete this activity, or simply type your answers in any text editor.

You may work alone or with 3-4 other students in this course.


Import alldbs.sql into your database server (if you have not done so). Write SQL queries to solve the following problems. You will need to consider tables:  BoatsSailorsReserves.

  1. Find the names of sailors who have reserved boat 103
  2. Find the colors of the boats reserved by Guppy.
  3. Find the names of sailors who have reserved a red boat
  4. Find the names of the sailors who have not reserved a boat
  5. Find the sid's of the sailors who have reserved a boat whose name (the boat's name) begins with the letter "M"
  6. Find the number of times each sailor (sid) reserved a boat whose name (the boat's name) begins with the letter "M"



Copyright © 2023 Upsorn Praphamontripong

Released under the Creative Commons License CC-BY-NC-SA 4.0 license.

Last updated 2023-09-24 20:03