Skip to content

Commit a249e9c

Browse files
committed
Forms Modernization
1 parent 4f8030c commit a249e9c

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,29 @@
22

33
Welcome to the SQL repository of the Data Development team at Oracle. This repository is designed to provide comprehensive resources, tips, and tools to help you master SQL and leverage the latest features of Oracle23ai. 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.
44

5+
Reviewed: 23.10.2024
6+
7+
## Table of Contents
8+
1. [What is SQL?](#what-is-sql);
9+
2. [Team Publications](#team-publications);
10+
3. [SQL Tools](#sql-tools);
11+
4. [SQL Tips](#sql-tips);
12+
5. [SQL Oracle23ai](#sql-oracle23ai);
13+
6. [SQL DO It Yourself](#sql-do-it-yourself)
14+
515
## What is SQL?
616

717
Structured Query Language (SQL) is the standard programming language used for managing and manipulating relational databases. SQL allows you to perform a variety of operations such as querying data, updating records, creating and modifying schema, and controlling access to the database. It is a crucial skill for data developers and analysts, enabling efficient data retrieval and manipulation to support data-driven decision-making.
818

9-
## Interesting Resources for Data Development in Oracle
19+
## Team Publications
1020

1121
To support your development journey, here are some valuable resources related to SQL and Oracle:
1222
- [Oracle SQL Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/)
1323
- [SQL Tutorial by W3Schools](https://www.w3schools.com/sql/)
1424
- [Oracle Live SQL](https://livesql.oracle.com/)
1525
- [Oracle Learning Library](https://www.oracle.com/learning-library/)
16-
- [Oracle Database 23c: New Features](https://www.oracle.com/database/technologies/appdev/whats-new-in-23c.html)
17-
18-
## Index
26+
- [Oracle Database 23ai: Application Development](https://www.oracle.com/database/technologies/application-development.html)
1927

20-
1. [SQL Tools](#sql-tools)
21-
2. [SQL Tips](#sql-tips)
22-
3. [SQL Oracle23ai](#sql-oracle23ai)
23-
4. [SQL Do It Yourself](#sql-do-it-yourself)
2428

2529
## SQL Tools
2630

0 commit comments

Comments
 (0)