SQL common grammar
The website you can refer
- Complete SQL Mastery https://codewithmosh.com/ (USD 19 per course)
- pirate version of complete SQL mastery https://www.bilibili.com/video/BV1UE41147KC
- https://www.w3schools.com/sql/sql_intro.asp
What is SQL?
SQL is called a structured query language. SQL is a standard language for accessing and manipulating databases.
What Can SQL do?
- SQL can execute queries against a database
- SQL can retrieve data from a database
- SQL can insert records in a database
- SQL can update records in a database
- SQL can delete records from a database
- SQL can create new databases
- SQL can create new tables in a database
- SQL can create stored procedures in a database
- SQL can create views in a database
- SQL can set permissions on tables, procedures, and views
Database Management System (DBMS) software
- MySQL
- Microsoft SQL Server
- Microsoft Access DBMS
- Oracle2
- IBM DB2
- FoxPro
- SAP Sybase ASE