You are on page 1of 2

IT0119/L:

INFORMATION MANAGEMENT
Professor: Maria Vicky S. Solomo

HOMEWORK 2:
[Structured Query Language]

Submitted by:

RABE KIM C.

B291

FEB 24,2020

Research for the following:


1. What is SQL?

SQL is a domain-specific language used in programming and designed for managing data
held in a relational database management system, or for stream processing in a relational
data stream management system.

2. What is DDL, DML and TCL in SQL? Give one example of each.

DDL ( Data Definition Language )

A data definition or data description language is a syntax similar to a computer


programming language for defining data structures

DML ( Data Manipulation Language )

A data manipulation language is a computer programming language used for adding,


deleting, and modifying data in a database

TCL ( Transaction Control Language )

Transaction Control Language(TCL) commands are used to manage


transactions in the database. These are used to manage the changes made to the data
in a table by DML statements. It also allows statements to be grouped together into
logical transactions.

You might also like