Computer Science, asked by shivani181, 1 year ago

explain DDL with its define and full form

Answers

Answered by rajsoni2
2
its stand for DATA DEFINITION LANGUAGE
Its function to modify. delete retrive and insert data in database.........
Answered by yattipankaj20
1

Answer:

Explanation:

DDL  (Data Definition Language )

DDL is used by database administration to define schema

It is Data Definition Language

A type of SQL command that helps to define database schema

It do not have a where clause to filter

It is used to create and database objects in a database.

Example: Data definition language  CREATE , DROP, ALTER,TURNCATE are some DDL commands.

Commands effect  the entire data base or the table

they are used to define data and structure

Change done by DDL commands cannot be rolled back

Similar questions