Skip to content

Commit 750030c

Browse files
sql-do-it-yourself links
1 parent 8d72b26 commit 750030c

File tree

1 file changed

+11
-11
lines changed
  • data-platform/data-development/sql/sql-do-ityourself

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Explore a variety of Oracle SQL tools to streamline your database management tas
3838
- [Video Tutorials](link)
3939

4040
- **sqlplus**: Master the command-line interface for Oracle Database with sqlplus. Learn essential commands and best practices for efficient SQL execution.
41-
- [Official Documentation](link)
42-
- [Command Reference](link)
43-
- [Tips and Tricks](link)
41+
- [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.
42+
- [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.
43+
- [Tips and Tricks: ](https://docs.oracle.com/search/?q=sql+plus)Helpful tips for efficiently using SQL*Plus, including command-line operations and PL/SQL execution.
4444

4545
- **SQLcl**: Dive into the versatile command-line interface for Oracle Database with SQLcl. Experience its advanced features and customization options for enhanced SQL scripting and execution.
46-
- [Official Documentation](link)
47-
- [Installation Guide](link)
48-
- [Customization Tips](link)
46+
- [Official Documentation: ](https://docs.oracle.com/en/database/oracle/sql-developer-command-line/21.4/sqcug/index.html)Detailed documentation on SQLcl features, commands, and usage.
47+
- [Installation Guide: ](https://docs.oracle.com/en/database/oracle/apex/23.2/aeadm/downloading-and-installing-sqlcl.html)Step-by-step instructions for installing SQLcl on different operating systems.
48+
- [Customization Tips: ](https://docs.oracle.com/search/?q=sqlcl&pg=1&size=10&showfirstpage=true&cType=WM147046%2CWM147070%2CWM175021&lang=en)SCLcl Blogs, FAQs and Tutorials.
4949

5050
## 1.1. SQL Tips
5151

@@ -75,7 +75,7 @@ Access a repository of SQL examples to learn practical applications of SQL in va
7575

7676
Get quick access to essential SQL commands, syntax, and tips with the SQL Clue Card. Print it out or keep it handy for reference during your SQL scripting sessions.
7777

78-
- [Download SQL Clue Card](link)
78+
- [Download SQL Clue Card](https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/download/sqlcl-downloads-23.1.html)
7979

8080
# 2. SQLcl
8181

@@ -89,15 +89,15 @@ Discover the advanced features and functionalities of SQLcl, Oracle's command-li
8989

9090
## 2.2. Resources
9191

92-
- [Official Documentation](https://www.oracle.com/es/database/sqldeveloper/technologies/sqlcl/)
93-
- [Installation Guide](https://docs.oracle.com/en/database/oracle/apex/23.2/aeadm/downloading-and-installing-sqlcl.html)
94-
- [Tips and Tricks](link)
92+
- [Official Documentation: ](https://docs.oracle.com/en/database/oracle/sql-developer-command-line/21.4/sqcug/index.html)Detailed documentation on SQLcl features, commands, and usage.
93+
- [Installation Guide: ](https://docs.oracle.com/en/database/oracle/apex/23.2/aeadm/downloading-and-installing-sqlcl.html)Step-by-step instructions for installing SQLcl on different operating systems.
94+
- [Customization Tips: ](https://docs.oracle.com/search/?q=sqlcl&pg=1&size=10&showfirstpage=true&cType=WM147046%2CWM147070%2CWM175021&lang=en)SCLcl Blogs, FAQs and Tutorials.
9595

9696
## 2.3. Getting Started
9797

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

100-
1. [Download SQLcl](link) and follow the installation instructions for your operating system.
100+
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.
101101
2. Configure SQLcl settings and customize your environment according to your preferences.
102102
3. Explore SQLcl commands and features to familiarize yourself with its capabilities.
103103
4. Start scripting and executing SQL commands with ease using SQLcl's intuitive interface.

0 commit comments

Comments
 (0)