Skip to content

Commit 5626ad6

Browse files
committed
Merge Modifications and Commit
1 parent 4deaab0 commit 5626ad6

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PL/SQL, the Oracle procedural extension of SQL, is a portable, high-performance
88

99
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.
1010

11-
Reviewed: 06.03.2024
11+
Reviewed: 28.05.2025
1212

1313
# Table of contents
1414

@@ -47,6 +47,7 @@ The [SQL Do It Yourself](SQL_Do_It_Yourself/README.md) section encourages hands-
4747
- Practice problems with solutions
4848
- Step-by-step project guides
4949
- Interactive SQL challenges to test your skills
50+
- Classes, Workouts and quizzes to test and strengthen your SQL and PL/SQL
5051

5152

5253
# Useful Links
@@ -59,6 +60,7 @@ To support your development journey, here are some valuable resources related to
5960
- [Oracle Database 23ai: Application Development](https://www.oracle.com/database/technologies/application-development.html)
6061
- [@ThatJeffSmith](https://www.thatjeffsmith.com/)
6162
- [SQL Blog by Chris Saxon](https://blogs.oracle.com/sql)
63+
- [DevGym](https://devgym.oracle.com/pls/apex/f?p=10001:201:15932218738087:::::)
6264
- [The Magic of SQL by Chris Saxon - YouTube Channel](https://www.youtube.com/c/TheMagicofSQL)
6365
- [SQL and Database explained! By Connor McDonald - YouTube Channel](https://www.youtube.com/@DatabaseDude)
6466
- [Learning is not a Spectator Sport - Connor McDonald Blog](https://connor-mcdonald.com)

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

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This section covers Public Oracle SQL Tools: Use of SQL in extensive way: from S
55
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.
66
A SQL Clue Card is also provided.
77

8-
Reviewed: 20.11.2024
8+
Reviewed: 28.05.2025
99

1010
# Table of Contents
1111

@@ -14,7 +14,8 @@ Reviewed: 20.11.2024
1414

1515

1616
# 1. Team Publications
17-
TBD
17+
- [Subqueries, Scalar Subqueries, IN and EXISTS and CTEs WITH clause- Linkedin Post](https://www.linkedin.com/posts/ppaolucci_devgym-chrissaxon-activity-7333117804474216449-uwul?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAAKKqcBMGaLM24oFc1jnB_Fhe5AkpZfpu4)
18+
1819

1920
# 2. Useful links
2021

@@ -27,6 +28,9 @@ Explore a variety of Oracle SQL tools to streamline your database management tas
2728
- [Getting Started Guide](https://docs.oracle.com/cd/E25259_01/appdev.31/e24285/toc.htm)
2829
- [Video Tutorials](link)
2930

31+
- **SQL Developer for VS Code**: Microsoft Visual Studio Code (VS Code) extension which brings the ability to execute your SQL queries and scripts, perform PL/SQL development, and interact with your database schema objects. SQL Developer for VS Code is the evolution of our popular SQL Developer desktop application embracing, thus, the familiar richness of our desktop version, reimagined into a lighter and more flexible tool that adapts to your needs. Including our SQLcl as a modern command-line interface.
32+
- [SQL Developer for VS Code](https://www.oracle.com/database/sqldeveloper/vscode)
33+
3034
- **sqlplus**: Master the command-line interface for Oracle Database with sqlplus. Learn essential commands and best practices for efficient SQL execution.
3135
- [Official Documentation: ](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqpug/index.html)Comprehensive guide covering SQL*Plus commands and usage for Oracle Database 23ai.
3236
- [Command Reference: ](https://docs.oracle.com/en/database/oracle/oracle-database/21/sqpug/SQL-Plus-command-reference.html#GUID-177F24B7-D154-4F8B-A05B-7568079800C6)Detailed command reference for SQL*Plus in Oracle Database 21c, including syntax and examples.
@@ -90,15 +94,21 @@ Discover the advanced features and functionalities of SQLcl, Oracle's command-li
9094

9195
Ready to explore SQLcl? Follow these steps to install SQLcl and start leveraging its powerful features for SQL scripting and database management.
9296

93-
1. [Download SQLcl](https://docs.oracle.com/en/database/oracle/apex/23.2/aeadm/downloading-and-installing-sqlcl.html) and follow the installation instructions for your operating system.
97+
1. [Download SQLcl](https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/download/) and follow the installation instructions for your operating system.
9498
2. Configure SQLcl settings and customize your environment according to your preferences.
9599
3. Explore SQLcl commands and features to familiarize yourself with its capabilities.
96100
4. Start scripting and executing SQL commands with ease using SQLcl's intuitive interface.
97101

98-
## 3. SQL Developer
99-
Oracle SQL Developer is a free, integrated development environment that simplifies the development and management of Oracle Database in both traditional and Cloud deployments. SQL Developer offers complete end-to-end development of your PL/SQL applications, a worksheet for running queries and scripts, a DBA console for managing the database, a reports interface, a complete data modeling solution, and a migration platform for moving your 3rd party databases to Oracle.
100102

101-
[SQL Developer Official Documentation](https://docs.oracle.com/en/database/oracle/sql-developer/)
103+
## 3. SQL Data Modeler
104+
Oracle SQL Developer Data Modeler is a data modeling and database design tool that provides an environment for capturing, modeling, managing, and exploiting metadata.
105+
It can be integrated in the existing SQL Developer or it can be downloaded as standalone.
106+
- [Oracle SQL Developer Data Modeler](https://docs.oracle.com/en/database/oracle/sql-developer-data-modeler/index.html)
107+
108+
109+
## 4. DevGym DIY workout classes
110+
111+
1. [Databases for Developers: Next Level](https://devgym.oracle.com/pls/apex/f?p=10001:29:15932218738087:::29:P29_CLASS_ID:4063&cs=1_nEHG6GUd1XcC6iF7c9h6qOm91c7J7kbUnsfGwr0G7UUnUNhmQZff1nYX9YxqGuI7fvPcyjdHo5OIO8tWsnhzw) - SQL tutorial to help you improve your Oracle SQL skills. This follows "the Databases for Developers: Foundations"
102112

103113

104114
# License

0 commit comments

Comments
 (0)