https://github.com/nabin-8/structured-query-language-sql
All The Resources to Learn Structured query language (SQL)
https://github.com/nabin-8/structured-query-language-sql
Last synced: 10 months ago
JSON representation
All The Resources to Learn Structured query language (SQL)
- Host: GitHub
- URL: https://github.com/nabin-8/structured-query-language-sql
- Owner: nabin-8
- Created: 2024-03-15T12:53:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T04:19:14.000Z (over 1 year ago)
- Last Synced: 2024-07-13T05:27:55.167Z (over 1 year ago)
- Size: 613 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Structured query language (SQL)
All The Resources to Learn Structured query language (SQL)
| [All Commands](/SQLCommands.md) |
| [100-SQL-Commands](/100SQL_Commands.md) |
| ------------------------------------------------ |
| [100-SQL-CommandsPDF](./src/100SQL_Commands.pdf) |
What is Sql?
- Structured query language
#### CRUD Operation
- C - Create
- R - Read
- U - Update
- D - Update
- RDBMS Sooftwares
- MySql
- Oracle
- IBM
- Ms Sql Server
#### Difference sql and MySQL
| No. | SQL | MySQL |
| --- | ----------------- | ------------------------- |
| 1. | Query language | Mysql itself is a RDBMS |
| 2. | Way to acces data | CRUD done on it using sql |