Computer Science, asked by ruhi70, 1 year ago

what is DDL. mention any two DDL statements


anni5580: please thank my answer and mark me as a brainliest

Answers

Answered by anni5580
70
DDL means data definition language .

its two statements are :
1) create database
2) create table

hope it help you
Answered by NainaRamroop
51

DDL is Data Definition Language. It is used in SQL Database in various platforms.

Two DDL statements are :

CREATE ans ALTER

a. CREATE: Create statement used to create the database or any of its objects like table,function, index,views, store procedure,functions and triggers.

b. ALTER: Alter statement is mainly used to alter the structure of the database or the table.

Except this DROP statement is also there under DDL which is used to delete any objects from the database.

Similar questions