A collection of SQL Scripts to learn and understand queries in Oracle Database.
Basic SQL Commands like:
- Creating a Table
- View Table Structure
- Insert Data into the Table
- Retrieve Data from the Table
SQL Commands to:
- Update/Delete Data from the Table
- Modify Structure of the Table
- Modify Columns of the Table
- Create Tables from existing Tables
Learn Numeric, Date, String and Conversion Functions.