KnowledgeBoat Logo

Computer Science

How are SQL commands classified ?

Relational Database

2 Likes

Answer

SQL commands can be divided into the following categories :

  1. Data Definition Language (DDL) Commands
  2. Data Manipulation Language (DML) Commands
  3. Transaction Control Language (TCL) Commands
  4. Session Control Commands
  5. System Control Commands

Answered By

1 Like


Related Questions