Skip to content

Commit 314e0a9

Browse files
Merge branch 'main' into md-dms-zdm-1023
2 parents bc8a718 + c389eca commit 314e0a9

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

data-platform/data-development/forms-apex-modernization/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Reviewed: 14.02.2024
2020
- [Comparing Oracle Forms to Oracle Application Express Components](https://docs.oracle.com/en/database/oracle/application-express/20.2/aemig/comparing-Oracle-forms-to-Oracle-application-express-components.html)
2121

2222
# Useful Videos
23+
2324
- [YouTube Oracle Developer Channels - Cloud Coaching - Modernize your Oracle Forms apps using APEX!](https://www.youtube.com/watch?v=MYzSgnzUOjA&ab_channel=OracleDevelopers)
2425

2526
# Forms to APEX Best Practices

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+
- [What is SQL?](#what-is-sql);
9+
- [Team Publications](#team-publications);
10+
- [SQL Tools](#sql-tools);
11+
- [SQL Tips](#sql-tips);
12+
- [SQL Oracle23ai](#sql-oracle23ai);
13+
- [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)