KnowledgeBoat Logo
|

Computer Science

What is SQL? What are different categories of commands available in SQL?

SQL Queries

21 Likes

Answer

SQL (Structured Query Language) is a standard language for accessing and manipulating databases.

The different categories of SQL commands are as follows:

  1. Data Definition Language (DDL) Commands
  2. Data Manipulation Language (DML) Commands
  3. Data Query Language (DQL) command
  4. Data Control Language (DCL) commands
  5. Transaction Control Language (TCL) Commands

Answered By

13 Likes


Related Questions