An open API service indexing awesome lists of open source software.

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)

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 |