Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanaraklee/exploring-and-analyzing-data-in-oracle-database
This project focuses on data analysis using SQL with Oracle Database 21c. It aims to familiarize with data management and data analysis using SQL commands and Oracle Database 21c.
https://github.com/thanaraklee/exploring-and-analyzing-data-in-oracle-database
data-analysis oracle-database sql sql-developer
Last synced: 21 days ago
JSON representation
This project focuses on data analysis using SQL with Oracle Database 21c. It aims to familiarize with data management and data analysis using SQL commands and Oracle Database 21c.
- Host: GitHub
- URL: https://github.com/thanaraklee/exploring-and-analyzing-data-in-oracle-database
- Owner: Thanaraklee
- Created: 2023-07-29T08:24:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T08:44:05.000Z (over 1 year ago)
- Last Synced: 2023-08-20T09:38:45.853Z (over 1 year ago)
- Topics: data-analysis, oracle-database, sql, sql-developer
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploring-and-Analyzing-Data-in-Oracle-Database
### The series of SQL Analysis
- [Second series](https://github.com/Thanaraklee/Exploring-and-Analyzing-Data-in-Oracle-Database/tree/main/Second%20series#in-this-second-series)
- [Third series](https://github.com/Thanaraklee/Exploring-and-Analyzing-Data-in-Oracle-Database/tree/main/Third%20series#in-this-third-series)
- [Four series](https://github.com/Thanaraklee/Exploring-and-Analyzing-Data-in-Oracle-Database/tree/main/Four%20series#in-this-four-series)
- [Five series](https://github.com/Thanaraklee/Exploring-and-Analyzing-Data-in-Oracle-Database/tree/main/Five%20series#in-this-five-series)
- [Six series](https://github.com/Thanaraklee/Exploring-and-Analyzing-Data-in-Oracle-Database/tree/main/Six%20series#in-this-six-series)
- [Final series](https://github.com/Thanaraklee/Exploring-and-Analyzing-Data-in-Oracle-Database/tree/main/Final%20series#in-this-final-series)
**What is this project ?**
This project focuses on data analysis and software familiarization using SQL on Oracle Database 21c.**Why did you do it ?**
This project is designed to develop skills in data management and data analysis using SQL and Oracle Database 21c.**What are the gains from doing this project ?**
Gain a strong knowledge and understanding of data management and data analysis using SQL on Oracle Database 21c. The knowledge gained can also be applied to problem solving and business decision making. It also develops skills in using SQL Developer and connecting to popular Oracle databases in business and industry.Below are the key steps involved in the project:
## Download and Install ( Choose according to the OS used )
- [Download](https://www.oracle.com/database/technologies/xe-downloads.html) Oracle Database 21c from the official Oracle website for SQL data analysis.
- [Download](https://www.oracle.com/database/sqldeveloper/technologies/download/) SQL Developer for working with Oracle databases.## Setup
- Set up an Oracle Database username and password.## Connect to the Oracle Database
- Connect to the Oracle Database using SQL Developer.## Data Analysis
- List employees and departments based on specific conditions using SQL commands.
- Display records in an ordered manner while handling NULL values.
- Select records based on patterns such as Wildcard and Operators using Data Manipulation Commands (DML) like Add, Update, and Delete for data analysis.
- Take a backup of the table during migration and use the COMMIT and ROLLBACK commands.
- List distinct records and rename columns for better analysis.
- Finally, create a comprehensive list of employee details based on complex nested conditions.## Workflow
![Workflow](https://github.com/Thanaraklee/Exploring-and-Analyzing-Data-in-Oracle-Database/blob/main/workflow.svg?raw=true)