Chapter 5 (focus primarily on Sections 5.1–5.2)
Who invented the relational data model? When and where did they do their work?
attribute
domain
n-tuple
NULL value
primary, foreign, candidate and super keys
referenced and referencing records
Are tuples in a relation ordered? How about attribute values in a tuple? Explain why or why not.
Can attributes have multiple values in a single n-tuple? Why or why not?
ON DELETE
actions: SET NULL
;
CASCADE
.
Unit 1 assumed that you remember how to write basic queries (from CS 262). If necessary, review the basic queries in Section 6.3. The text covers standard SQL; for Oracle-specific SQL, see the Oracle SQL documentation linked from the policies page.