August 2009
Intermediate to advanced
960 pages
21h 21m
English
Throughout this book, some exercises make use of tables that are not part of the STUDENT schema diagram listed in Appendix D, “STUDENT Database Schema.” You can create these additional tables in your STUDENT schema by downloading the script sql_book_add_tables.sql from the companion Web site, located at www.oraclesqlbyexample.com. The purpose of these additional tables is to illustrate SQL concepts that could otherwise not be shown within the available data and data types in the STUDENT schema.
GRADE_SUMMARY: Shows the use of the COALESCE function
FLOAT_TEST: Helps demonstrate the use of the BINARY_FLOAT data type