SQL-commands

SQL commands

SQL is divided into four types of Languages. They are

Data Definition Language commands (DDL)
Data Manipulation Language commands (DML)
Data Control Language commands (DCL)
Transaction Control Language commands (TCL)

DDL commands :
  1. CREATE TABLE
  2. ALTER TABLE
  3. DROP TABLE
DML commands :
  1. INSERT INTO
  2. DELETE
  3. UPDATE
  4. SELECT
DCL commands :
  1. GRANT
  2. REVOKE
TCL commands :
  1. COMMIT
  2. ROLLBACK
  3. SAVEPOINT

No comments:

Post a Comment

Python-environment-for-deep-learning-in-windows

Python is increasingly becoming a popular programming language for machine learning and deep learning. If you want to use python for train...