Skip to content

sync merge and commit #1838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 24, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion data-platform/data-development/sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PL/SQL, the Oracle procedural extension of SQL, is a portable, high-performance

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: 28.05.2025
Reviewed: 19.06.2025

# Table of contents

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This section covers Public Oracle SQL Tools: Use of SQL in extensive way: from S
Providing links to public useful documentation about SQL use and tips. SQL Tips on Fortnight basis and and articles/blogs written by Oracle SQL and Database Advocates and Product Managers and SQL examples are shown here.
A SQL Clue Card is also provided.

Reviewed: 28.05.2025
Reviewed: 19.06.2025

# Table of Contents

Expand All @@ -23,6 +23,8 @@ Reviewed: 28.05.2025

Explore a variety of Oracle SQL tools to streamline your database management tasks:

- **Learn and share SQL**: the new [Livesql Portal](https://livesql.oracle.com/landing/) including Scripts, Tutorials, Tips and a Live SQL Developer Web environment to quickly get hands on practice. You can start coding straight away or access the useful Scripts and Tutorial Library section from the landing page. Legacy [Live SQL Classic](https://livesql.oracle.com/ords/f?p=590:1000::::::) is still available.

- **SQL Developer**: Oracle SQL Developer provides a powerful integrated development environment (IDE) for Oracle Database. Discover its features and functionalities to optimize your SQL workflow.
- [Official Documentation](https://docs.oracle.com/cd/E12151_01/index.htm)
- [Getting Started Guide](https://docs.oracle.com/cd/E25259_01/appdev.31/e24285/toc.htm)
Expand Down