You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/data-development/sql/sql-do-ityourself/README.md
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This section covers Public Oracle SQL Tools: Use of SQL in extensive way: from S
5
5
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.
6
6
A SQL Clue Card is also provided.
7
7
8
-
Reviewed: 20.11.2024
8
+
Reviewed: 28.05.2025
9
9
10
10
# Table of Contents
11
11
@@ -14,7 +14,8 @@ Reviewed: 20.11.2024
14
14
15
15
16
16
# 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
+
18
19
19
20
# 2. Useful links
20
21
@@ -27,6 +28,9 @@ Explore a variety of Oracle SQL tools to streamline your database management tas
27
28
-[Getting Started Guide](https://docs.oracle.com/cd/E25259_01/appdev.31/e24285/toc.htm)
28
29
-[Video Tutorials](link)
29
30
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
+
30
34
-**sqlplus**: Master the command-line interface for Oracle Database with sqlplus. Learn essential commands and best practices for efficient SQL execution.
31
35
-[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.
32
36
-[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
90
94
91
95
Ready to explore SQLcl? Follow these steps to install SQLcl and start leveraging its powerful features for SQL scripting and database management.
92
96
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.
94
98
2. Configure SQLcl settings and customize your environment according to your preferences.
95
99
3. Explore SQLcl commands and features to familiarize yourself with its capabilities.
96
100
4. Start scripting and executing SQL commands with ease using SQLcl's intuitive interface.
97
101
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.
100
102
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"
0 commit comments