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/README.md
+4-40Lines changed: 4 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,6 @@ Reviewed: 18.11.2024
12
12
-[Team Publications](#team-publications);
13
13
-[Useful Links](#useful-links);
14
14
15
-
[What is SQL? ]: #
16
-
17
-
[ SQL Tools ]: #
18
-
[ SQL Tips ]: #
19
-
[ SQL Oracle23ai ]: #
20
-
[ SQL DO It Yourself ]: #
21
-
22
15
23
16
# Team Publications
24
17
-[23ai New Features Series - Part 1](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart1-developer-activity-7196221427056889856-3HF2?utm_source=share&utm_medium=member_desktop) - 23ai Database New Features on Linkedin Post - I
@@ -30,41 +23,15 @@ Reviewed: 18.11.2024
30
23
31
24
## SQL Tools
32
25
33
-
[SQL Tools](SQL_Tools/README.md): In this section, you'll find a collection of essential tools and utilities that can help streamline your SQL development process. This includes:
26
+
[SQL Tools](sql-tools/README.md): In this section, you'll find a collection of essential tools and utilities that can help streamline your SQL development process. This includes:
34
27
- SQL client software recommendations
35
28
- Database management tools
36
29
- Productivity-enhancing plugins and extensions
37
30
31
+
<!-- ## SQL Oracle 23ai -->
38
32
39
-
[# SQL Tips]: #
40
-
41
-
[ The SQL Tips(SQL_Tips/README.md) section is dedicated to providing ]: #
42
-
43
-
[practical advice and best practices for writing efficient and effective SQL]: #
44
-
45
-
<!-- [ queries. Topics covered include]:
46
-
47
-
[ - Query optimization techniques]: #
48
-
[ - Common pitfalls and how to avoid them ]: #
49
-
[ - Advanced SQL functions and their use cases]: -->
50
-
51
-
52
-
53
-
[# SQL Oracle23ai ]: #
54
-
55
-
<!-- Explore the latest advancements with Oracle's cutting-edge AI capabilities in the [SQL Oracle23ai](SQL_Oracle23ai/README.md) section. Here, you will find:
56
-
- New features and enhancements in Oracle23ai
57
-
- Tutorials on integrating AI with your SQL queries
58
-
- Case studies and real-world applications of Oracle23ai -->
59
-
60
-
61
-
<!-- # SQL Do It Yourself
62
-
63
-
The [SQL Do It Yourself](SQL_Do_It_Yourself/README.md) section encourages hands-on learning by providing a variety of exercises and projects. This includes:
64
-
- Practice problems with solutions
65
-
- Step-by-step project guides
66
-
- Interactive SQL challenges to test your skills -->
67
-
33
+
## SQL Do it yourself
34
+
[SQL Do it yourself](sql-do-ityourself/images/SQL_Cheat_Sheet_Version1.1.png) : here you can reach the SQL Cheat Sheet containing all the SQL principles a Developer should know.
68
35
69
36
# Useful Links
70
37
@@ -79,9 +46,6 @@ To support your development journey, here are some valuable resources related to
79
46
-[The Magic of SQL by Chris Saxon - YouTube Channel](https://www.youtube.com/c/TheMagicofSQL)
80
47
-[SQL and Database explained! By Connor McDonald - YouTube Channel](https://www.youtube.com/@DatabaseDude)
81
48
82
-
---
83
-
84
-
<!-- We hope you find these resources helpful in your SQL journey. If you have any questions or suggestions, please feel free to contribute or reach out to the team. Happy querying! -->
This section covers the new features introduced in the Oracle Database 23ai release, focusing on enhancements and functionalities in SQL for application development.
4
-
5
-
## Features
6
-
7
-
### Aggregation over INTERVAL Data Types
8
-
-**Description**: Pass INTERVAL data types to SUM and AVG aggregate functions.
9
-
-**Example**: ```sqlSELECT SUM(interval_column) FROM table_name;`
10
-
11
-
### Client Describe Call Support for Tag Options
12
-
-**Description**: Store and retrieve metadata about database objects using annotations.
This section covers the new features introduced in the Oracle Database 23ai release, focusing on enhancements and functionalities in SQL for application development.
81
5
82
-
Reviewed: 24.10.2024
6
+
Reviewed: 18.11.2024
83
7
84
8
# When to use this asset?
85
9
@@ -140,31 +64,6 @@ The list of New Features will be periodically updated and adjusted.
140
64
-- - **Description**: Index multiple schema objects for full-text search using DBMS_SEARCH.
-[23ai New Features Series - Part 1](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart1-developer-activity-7196221427056889856-3HF2?utm_source=share&utm_medium=member_desktop)
151
-
-[23ai New Features Series - Part 2](https://www.linkedin.com/posts/cristina-varas-menadas-591825119_oracle-oracle23ai-sql-activity-7198945654272864256-wduQ/?utm_source=share&utm_medium=member_ios)
152
-
-[23ai New Features Series - Part 3](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart3-developer-activity-7201958687005982721-Oo3B?utm_source=share&utm_medium=member_desktop)
153
-
-[23ai New Features Series - Part 4](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart4-teammates-activity-7204946957843267584-x664?utm_source=share&utm_medium=member_desktop)
154
-
-[23ai New Features Series - Part 5](https://www.linkedin.com/posts/ppaolucci_cristinavarasmenadas-sonjameyer-activity-7207374755878887425-a--C?utm_source=share&utm_medium=member_desktop) -->
155
-
156
-
157
-
158
-
159
-
# Useful Links
160
-
-[Oracle Database 23ai New Features](https://apex.oracle.com/database-features/)
161
-
162
-
163
-
<!-- # Release Information
164
-
- **Version**: 23ai
165
-
- **Applicable Offerings**: All Oracle Database offerings .................
166
-
For more detailed information, please visit the [Oracle Database Features](https://apex.oracle.com/database-features/) page. -->
167
-
168
67
# License
169
68
170
69
Copyright (c) 2024 Oracle and/or its affiliates.
@@ -174,5 +73,3 @@ Licensed under the Universal Permissive License (UPL), Version 1.0.
174
73
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
0 commit comments