0% found this document useful (0 votes)
10 views5 pages

Dhruv PPT Types of SQL CMM

The document provides an overview of SQL (Structured Query Language), which is used for accessing and manipulating databases. It categorizes SQL commands into four main types: Data Definition Language (DDL), Data Manipulation Language (DML), Data Control Language (DCL), and Transaction Control Language (TCL), each with specific examples. The document highlights the standardization of SQL by ANSI in 1986 and ISO in 1987.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views5 pages

Dhruv PPT Types of SQL CMM

The document provides an overview of SQL (Structured Query Language), which is used for accessing and manipulating databases. It categorizes SQL commands into four main types: Data Definition Language (DDL), Data Manipulation Language (DML), Data Control Language (DCL), and Transaction Control Language (TCL), each with specific examples. The document highlights the standardization of SQL by ANSI in 1986 and ISO in 1987.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

TYPES OF

SQL
COMMANDS
DHRUV SHARMA
BC A
2 N D S H I FT 2 N D S E M
INTRODUCTION:-
• SQL stands for Structured Query Language

•SQL lets you access and manipulate databases

•SQL became a standard of the American National Standards Institute (ANSI) in 1986,
and of the International Organization for Standardization (ISO) in 1987.
SQL commands are divided into
four main categories:
1.) Data Definition Language (DDL) commands: These commands are
used to define the structure of the database objects such as tables,
indexes, and views. Examples of DDL commands include CREATE,
ALTER, and DROP.

2.) Data Manipulation Language (DML) commands: These


commands are used to manipulate data stored in the database.
Examples of DML commands include SELECT, INSERT, UPDATE, and
DELETE.
1.Data Control Language (DCL) commands: These
commands are used to control access to data stored in
the database. Examples of DCL commands include
GRANT and REVOKE.

2.Transaction Control Language (TCL) commands:


These commands are used to manage transactions in
the database. Examples of TCL commands include
COMMIT, ROLLBACK, and SAVEPOINT.
SUMMARY

THANKYOU
-By
Dhruv sharma
bca course
2nd shift
2nd semester

You might also like