Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - True or False (Q.No. 25)
25.
Data manipulation language (DML) commands are used to define a database, including creating, altering, and dropping tables and establishing constraints.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Vivek AGHAV said:   1 decade ago
DML used for UPDATE, INSERT, DELETE, MERGE. While CREATE, ALTER, DROP ARE COMMANDS OF DDL (Data definition language).

Santosh gaikwad said:   1 decade ago
DML are used to define a data base including INSERT, UPDATE, DELETE, MERGE. DDL contains the create, alter and dropping commands.

Post your comments here:

Your comments will be displayed after verification.