Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions data-platform/data-development/sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ Welcome to the SQL repository of the Data Development team at Oracle. This repos

Structured Query Language (SQL) is the standard programming language used for managing and manipulating relational databases. SQL allows you to perform a variety of operations such as querying data, updating records, creating and modifying schema, and controlling access to the database. It is a crucial skill for data developers and analysts, enabling efficient data retrieval and manipulation to support data-driven decision-making.

PL/SQL, the Oracle procedural extension of SQL, is a portable, high-performance transaction-processing language. PL/SQL offers several advantages over other programming languages: from being tightly integrated with SQL to leveraging High Performance and High Productivity. PL/SQL is a portable and scalable Procedural Language which also increase Manageability and support for Object Oriented Programming.

Below you'll find an index to all the sections available in this repository, along with a brief introduction to what you can expect in each section.

Reviewed: 20.11.2024
Reviewed: 06.03.2024

# Table of contents

Expand Down Expand Up @@ -59,6 +61,7 @@ To support your development journey, here are some valuable resources related to
- [SQL Blog by Chris Saxon](https://blogs.oracle.com/sql)
- [The Magic of SQL by Chris Saxon - YouTube Channel](https://www.youtube.com/c/TheMagicofSQL)
- [SQL and Database explained! By Connor McDonald - YouTube Channel](https://www.youtube.com/@DatabaseDude)
- [Learning is not a Spectator Sport - Connor McDonald Blog](https://connor-mcdonald.com)

We hope you find these resources helpful in your SQL journey. If you have any questions or suggestions, please feel free to contribute or reach out to the team. Happy querying!

Expand All @@ -68,4 +71,5 @@ Copyright (c) 2024 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.