Returning to the same domain once again, you have identified the following relations:
Write SQL statements that would create these relations as tables. Remember to include all constraints in your tables, including the (somewhat non-ordinary) value constraints given in the schema above.
Also do the following exercises from "Database Systems: The Complete Book, 2/E":
If you have the first edition of the textbook, the following exercises are similar:
Do the following exercises from "Database Systems: The Complete Book, 2/E":
If you have the first edition of the textbook, the following exercises are similar:
With the tables created above, create the views:
Also do the following exercises from "Database Systems: The Complete Book, 2/E":
If you have the first edition of the textbook, the following exercises are similar:
Write a trigger that, whenever a class is inserted that would collide with another class in the same room, instead schedule that class to be on Someday.
Also do the following exercises from "Database Systems: The Complete Book, 2/E":
If you have the first edition of the textbook, the following exercises are similar: