Thursday, February 20, 2014

Clarifications to third assignment

Clarifications to the third assignment are posted as comments below.

3 comments:

  1. Clarification #1: Oracle does not have a native boolean type, you should use char(1) for the is_captain field.

    ReplyDelete
  2. Clarification #2: to_date is not part of the primary key, so it can be NULL. The updated schema reflects this change.

    ReplyDelete
  3. Clarification #3: you should submit three separate plain text files: query1.sql, query2.sql, and query3.sql

    ReplyDelete