🏗️ Project Structure oracle-sql-practice-exam/ ├── README.md # This file ├── schema/ # Database schema scripts │ ├── scott_schema.sql # Classic Scott schema (DEPT, EMP, SALGRADE) │ └── hr_schema.sql ...