Skip to content

Commit b4a63e2

Browse files
Merge pull request #1618 from oracle-devrel/ppaolucc-branch-SQL-Tools-Restyle-VI
PPaolucc Merge SQL VI restyle to Main for changes
2 parents 90c0823 + 4114307 commit b4a63e2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

data-platform/data-development/sql/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ Welcome to the SQL repository of the Data Development team at Oracle. This repos
44

55
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.
66

7+
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.
8+
79
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.
810

9-
Reviewed: 20.11.2024
11+
Reviewed: 06.03.2024
1012

1113
# Table of contents
1214

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

6366
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!
6467

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

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

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

0 commit comments

Comments
 (0)