-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Subhranshu Choudhury edited this page Jan 21, 2022
·
10 revisions
Welcome to the sql wiki!
-
- Check other pages to understand SQL Queries from scratch to advance.
-
- Replace database_name and table_name with your own.
SELECT - extracts data from a database UPDATE - updates data in a database DELETE - deletes data from a database INSERT INTO - inserts new data into a database CREATE DATABASE - creates a new database ALTER DATABASE - modifies a database CREATE TABLE - creates a new table ALTER TABLE - modifies a table DROP TABLE - deletes a table CREATE INDEX - creates an index (search key) DROP INDEX - deletes an index
Click below: ⬇️- DDL Commands
- DML Commands
- Click on
Pagesto navigate. - NOTES: SQL PDF NOTE
- NOTES: MYSQL PDF NOTE
-
Contact Me:
+918249587552
Made with Love!


