https://github.com/leonsilva15/oracle-sql
My notes from the Oracle SQL 19c workshop
https://github.com/leonsilva15/oracle-sql
database oracle oracle-database oracle-sql oracle-sql-developer sql
Last synced: 4 months ago
JSON representation
My notes from the Oracle SQL 19c workshop
- Host: GitHub
- URL: https://github.com/leonsilva15/oracle-sql
- Owner: LeonSilva15
- Created: 2024-03-23T15:13:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T05:08:08.000Z (11 months ago)
- Last Synced: 2025-04-11T00:34:50.468Z (10 months ago)
- Topics: database, oracle, oracle-database, oracle-sql, oracle-sql-developer, sql
- Language: PLSQL
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oracle SQL 19c Workshop
These are my notes from the Oracle SQL 19c Workshop, content:
### Retrieving, Restricting, and Sorting Data
- Retrieving Data Using the SQL SELECT Statement
- Restricting and Sorting Data
- Using Single-Row Functions to Customize Output
- Using Conversion Funcitons and Conditional Expressions
### Joins, Subqueries, and Set Operators
- Reporting Aggregated Data Using the Group Functions
- Displaying Data from Multiple Tables Using Joins
- Using Subqueries to Solve Queries
- Using Set Operators
### DML and DDL
- Managing Tables Using DML Statements in Oracle
- Introduction to Data Definition Language in Oracle
### Views, Sequences, Synonyms, and Indexes
- Introduction to Data Dictionary Views
- Creating Sequences, Synonyms, and Indexes
- Creating Views
- Managing Schema Objects
### User Access
- Controlling User Access
### Advanced Queries
- Manipulating Data Using Advanced Queries
- Managing Data in Different Time Zones
## SQL Statements Used in the Workshop
### Data Manipulation Language (DML)
- SELECT
- INSERT
- UPDATE
- DELETE
- MERGE
### Data Definition Language (DDL)
- CREATE
- ALTER
- DROP
- RENAME
- TRUNCATE
- COMMENT
### Data Control Language (DCL)
- GRANT
- REVOKE
### Tansaction Control
- COMMIT
- ROLLBACK
- SAVEPOINT