These are my notes from the Oracle SQL 19c Workshop, content:
- Retrieving Data Using the SQL SELECT Statement
- Restricting and Sorting Data
- Using Single-Row Functions to Customize Output
- Using Conversion Funcitons and Conditional Expressions
- Reporting Aggregated Data Using the Group Functions
- Displaying Data from Multiple Tables Using Joins
- Using Subqueries to Solve Queries
- Using Set Operators
- Managing Tables Using DML Statements in Oracle
- Introduction to Data Definition Language in Oracle
- Introduction to Data Dictionary Views
- Creating Sequences, Synonyms, and Indexes
- Creating Views
- Managing Schema Objects
- Controlling User Access
- Manipulating Data Using Advanced Queries
- Managing Data in Different Time Zones
- SELECT
- INSERT
- UPDATE
- DELETE
- MERGE
- CREATE
- ALTER
- DROP
- RENAME
- TRUNCATE
- COMMENT
- GRANT
- REVOKE
- COMMIT
- ROLLBACK
- SAVEPOINT