diff --git a/data-platform/data-development/sql/README.md b/data-platform/data-development/sql/README.md index f7032b5d6..22054219d 100644 --- a/data-platform/data-development/sql/README.md +++ b/data-platform/data-development/sql/README.md @@ -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 diff --git a/data-platform/data-development/sql/sql-do-ityourself/README.md b/data-platform/data-development/sql/sql-do-ityourself/README.md index 12af28635..127221ac6 100644 --- a/data-platform/data-development/sql/sql-do-ityourself/README.md +++ b/data-platform/data-development/sql/sql-do-ityourself/README.md @@ -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 @@ -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)