Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hickee032/sql
Oracle_Sql, mySql
https://github.com/hickee032/sql
mysql oracle-db query sql
Last synced: about 1 month ago
JSON representation
Oracle_Sql, mySql
- Host: GitHub
- URL: https://github.com/hickee032/sql
- Owner: hickee032
- Created: 2022-11-03T05:34:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T12:32:45.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T12:11:52.349Z (3 months ago)
- Topics: mysql, oracle-db, query, sql
- Language: PLSQL
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OracleSQL_Study
Oracle SQL_StudyTest Setting.sql -- test account create
1_Table_Create.sql -- table create (example)
2_Select.sql -- select
2_Select_Work.sql
3_Order_By.sql -- order by
4_Group_By.sql -- group by
4_Group_By_Work.sql
4_Group By and Order By_Work.sql
5_JOIN.sql -- JOIN
5_JOIN_Work_1.sql
5_JOIN_Work_2.sql
6_SUB QUERY.sql
6_SUB QUERY_Work.sql
7_DDL DML DCL.sql -- DDL, DML, DCL
7_constraint.sql --constraint
7_constraint_Work.sql