Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raqssoriano/oracle-db-training
This repository contains my work and documentation related to Oracle Database Training. The training is divided into two main sections: Database Foundations and Database Programming. Throughout the training, I utilized Oracle APEX and Oracle SQL Developer Data Modeler.
https://github.com/raqssoriano/oracle-db-training
Last synced: 5 days ago
JSON representation
This repository contains my work and documentation related to Oracle Database Training. The training is divided into two main sections: Database Foundations and Database Programming. Throughout the training, I utilized Oracle APEX and Oracle SQL Developer Data Modeler.
- Host: GitHub
- URL: https://github.com/raqssoriano/oracle-db-training
- Owner: raqssoriano
- Created: 2024-09-03T16:08:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T14:25:13.000Z (9 days ago)
- Last Synced: 2024-11-05T15:29:38.722Z (9 days ago)
- Homepage:
- Size: 28.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oracle Database Training by Oracle Academy
---
📚 This repository contains my work and documentation related to Oracle Database Training, which is divided into *two main sections*: **Database Foundations** and **Database Programming**. Throughout the training, I utilized `Oracle APEX` and `Oracle SQL Developer Data Modeler`.As a current graduate student 👩🏻💻 and healthcare professional 👩🏻⚕️, this training exposes me to the real world of health informatics. With each weekly training assignment, the section becomes increasingly challenging, thoroughly testing my knowledge, skills, and application of current and previously studied sections. It can get overwhelming. However, I believe this experience helps me hone my skills and provides a learning opportunity for improvement. This will be instrumental in landing me a job as an MS-AHI graduate with extensive experience in healthcare settings.
🎯 This training truly inspires me to do better, motivating me to work and study both harder and smarter.
🔗 Each training section has a link attached to it. Please click on the _**blue text**_.
---
---## Database Foundations: _**Sections 1 to 6**_
- [1-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Introduction to Database
- [1-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Types of Database Models
- [1-4](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Business Requirements
- [2-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Relational Databases
- [2-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Conceptual and Physical Data Models
- [2-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Entities and Attributes
- [2-4](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Unique Identifiers
- [2-5](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Relationships
- [2-6](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Entity Relationship Modeling (ERDs)
- [3-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) More with Relationships
- [3-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Tracking Data Changes
- [3-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Normalization and Business Rules
- [3-4](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-1) Data Modeling Terminology and Mapping
- [4-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Using Oracle SQL Developer Data Modeler to Build ERDs
- [4-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Convert a Logical Model to a Relational Model
- [5-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Mapping Entities and Attributes
- [5-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Mapping Primary and Foreign Keys
- [6-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Introduction to Oracle Application Express
- [6-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Structured Query Language
- [6-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Defining Data Definition Language (DDL)
- [6-4](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Defining Data Manipulation
- [6-5](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Defining Transaction Control
- [6-6](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Retrieving Data
- [6-7](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Restricting Data Using WHERE Statement
- [6-8](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Sorting Data Using ORDER BY
- [6-9](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-wk-2-UPDATED/SQL-week-2) Joining Tables Using JOIN
---## Database Programming: _**Sections 1 to 17**_
- 1-1 Oracle Application Express
- 1-2 Relational Database Technology
- [1-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-3) Anatomy of a SQL Statement
- [2-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-3) Columns, Characters, and Rows
- [2-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-3) Limit Rows Selected
- [2-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-3) Comparison Operators
- [3-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-3) Logical Comparisons and Precedence Rules
- [3-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-3) Sorting Rows
- [3-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-3) Introduction to Functions
- [4-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-4) Case and Character Manipulation
- [4-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-4) Number Functions
- [4-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-4) Date Functions
- [5-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-5) Conversion Functions
- [5-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-5) NULL Functions
- [5-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-5) Conditional Expressions
- [6-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-6) Cross Joins and Natural Joins
- [6-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-6) Join Clauses
- [6-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-6) Inner versus Outer Joins
- [6-4](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-6) Self-Joins and Hierarchical Queries
- [7-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-7) Oracle Equijoin and Cartesian Product
- [7-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-7) Oracle Nonequijoins and Outer Joins
- [8-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-7) Group Functions
- [8-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-7) COUNT, DISTINCT, NVL
- [9-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-8) Using Group By and Having Clauses
- [9-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-8) Using Rollup and Cube Operations, and Grouping Sets
- [9-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-8) Using Set Operators
- [10-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-9) Fundamentals of Subqueries
- [10-2](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-9) Single-Row Subqueries
- [10-3](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-9) Multiple-Row Subqueries
- [10-4](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-9) Correlated Subqueries
- [11-1](https://github.com/raqssoriano/oracle-db-training/tree/main/SQL-week-9) Ensuring Quality Query Results
- 12-1 INSERT Statements
- 12-2 Updating Column Values and Deleting Rows
- 12-3 DEFAULT Values, MERGE, and Multi-Table Inserts
- 13-1 Creating Tables
- 13-2 Using Data Types
- 13-3 Modifying a Table
- 14-1 Intro to Constraints; NOT NULL and UNIQUE Constraints
- 14-2 PRIMARY KEY, FOREIGN KEY, and CHECK Constraints
- 14-3 Managing Constraints
- 15-1 Creating Views
- 15-2 DML Operations and Views
- 15-3 Managing Views
- 16-1 Working With Sequences
- 16-2 Indexes and Synonyms
- 17-1 Controlling User Access
- 17-2 Creating and Revoking Object Privileges
- 17-3 Regular Expressions