This document provides an overview of SQL fundamentals and Oracle 11g, including:
- How to add comments to tables and columns to document the data dictionary.
- The main data types in Oracle like VARCHAR2, INT, DATE, and TIMESTAMP.
- Data integrity constraints that can be applied at the column or table level, including NULL/NOT NULL, UNIQUE, PRIMARY KEY, FOREIGN KEY, and CHECK constraints.
- How to add, drop, disable, enable, and use cascading constraints to modify constraints on existing schemas.