Skip to content

Commit cecd4a2

Browse files
committed
Integrations on SQL Tools README.md
1 parent b584ab3 commit cecd4a2

File tree

1 file changed

+27
-4
lines changed
  • data-platform/data-development/sql-tools

1 file changed

+27
-4
lines changed

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

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ A SQL Clue Card is also provided.
88

99
1. Team Publications
1010
2. Useful Links
11-
3. Reusable Assets Overview
12-
4. PMs Personal Websites
11+
3. SQL Best Practices
12+
4. Reusable Assets Overview
13+
5. PMs Personal Websites
1314

1415
# Team Publications
1516
TBD
@@ -19,16 +20,37 @@ TBD
1920
- [SQL Developer](https://www.oracle.com/uk/database/sqldeveloper/)
2021
- [SQL Developer Releases](https://docs.oracle.com/en/database/oracle/sql-developer/)
2122
- [Oracle SQLcl](https://www.oracle.com/uk/database/sqldeveloper/technologies/sqlcl/)
23+
- [SQL Tools Training](https://education.oracle.com/database/oracle-database/pFamily_32)
2224

2325
- The amazing [Dev Gym](https://devgym.oracle.com/pls/apex/f?p=10001:20011::::20011::) from PM Join the Oracle Dev Gym (FREE!) and build your Oracle technology muscles by taking workouts, quizzes and even entire classes on SQL, PL/SQL, database design, logic and more.
2426
- Dev Gym Workout Class [Getting Started on Oracle Cloud](https://devgym.oracle.com/pls/apex/f?p=10001:29:4444375111375:::29:P29_CLASS_ID:20342&cs=1qfK8bInptu93se5QM5iMzsT-iih_gFsY78j308d3ZUzrCzX2c0-kgiimo59pm0c_NblFShALC1oOB8MosiaSYQ)
2527

28+
As a "SQL - Do it yourself" in Oracle Dev Gym you can find, to start:
29+
- [Database For Developers: Foundations](https://devgym.oracle.com/pls/apex/f?p=10001:29:112499394488989:::29:P29_CLASS_ID:5481&cs=1Nx3TDJgh0w-ygq3icYMX7urIWoNPCEJuXLH5pqVOkknGnq2I33EJh57LsiiynySdqwMpwClQNviXsLC73e3-0Q);
30+
31+
- [Database For Developers: Next Level](https://devgym.oracle.com/pls/apex/dg/class/databases-for-developers-next-level.html)
2632

2733
# SQL Best Practices
28-
TBD
34+
Periodical sharing of Standard Query Language Best Practices links and blog, video publications from Advocate SQL and PL/SQL Developers and PMs
35+
36+
- Analytic Functions: [how to get SQL cumulative running total on each row](https://blogs.oracle.com/sql/post/cumulative-running-total-of-previous-rows-with-sql) (from Chris Saxon);
37+
2938

3039
# Reusable Assets Overview
31-
TBD
40+
41+
- Application Continuity - [Does your Database really know your application - Part 1](https://medium.com/@paulbrad71/application-continuity-on-adb-does-your-database-know-your-application-376e44d8a30) - Published on [Medium](http://www.medium.com) on 13th March 2023;
42+
43+
- Application Continuity - [Does your Database really know your application - Part 2](https://medium.com/@paulbrad71/does-your-database-really-know-your-application-second-part-48321b0ab81) - Published on [Medium](http://www.medium.com) on 6th April 2023;
44+
45+
- SQL - [The Jimi Hendrix SQL Experience - Part 1: Load Jimi Hendrix music data into ADB](https://medium.com/@paulbrad71/the-jimi-hendrix-sql-experience-30f11a78bd54) - Published on [Medium](http://www.medium.com) on 21th March 2023
46+
47+
- SQL - [The Jimi Hendrix SQL Experience - Part 2: Integrate and modify Jimi Hendrix data into ADB](https://medium.com/@paulbrad71/the-jimi-hendrix-sql-clue-card-experience-5729def14040) - Published on [Medium](http://www.medium.com) on 17th April 2023;
48+
49+
- SQL - [The Jimi Hendrix SQL Experience - Part 3: Modifications to table structure in ADB](https://medium.com/@paulbrad71/the-jimi-hendrix-sql-clue-card-experience-9d3106b3e903) - Published on [Medium](http://www.medium.com) on 16th May 2023;
50+
51+
- Application Continuity - [Does your Database really know your application - Part 3](https://medium.com/@paulbrad71/application-continuity-on-adb-does-your-database-know-your-application-376e44d8a30) - Published on [Medium](http://www.medium.com) on 31th May 2023.
52+
53+
- SQL [The Jimi Hendrix SQL Experience - Part 4: Adding Table Constraints - First](https://medium.com/@paulbrad71/the-jimi-hendrix-sql-clue-card-experience-518c0d0932f3) - Published on [Medium](http://www.medium.com) on 12th June 2023;
3254

3355

3456
# PMs Personal Websites
@@ -38,6 +60,7 @@ TBD
3860
- [The Magic of SQL by Chris Saxon - Youtube Channel](https://www.youtube.com/c/TheMagicofSQL)
3961
- [SQL and Database explained! By Connor McDonald - Youtube Channel](https://www.youtube.com/@DatabaseDude)
4062

63+
4164
# License
4265

4366
Copyright (c) 2023 Oracle and/or its affiliates.

0 commit comments

Comments
 (0)