Computer Science
Data manipulation language (DML) commands are used to define a database, including creating, altering, and dropping tables and establishing constraints.
SQL Queries
1 Like
Answer
False
Reason — Data definition language (DDL) commands in SQL are used to define a database, including creating, altering, and dropping tables and establishing constraints.
Answered By
2 Likes
Related Questions
DISTINCT and its counterpart, ALL, can be used together on single field in a SELECT statement.
ORDER BY can be combined with the SELECT statements.
The keyword LIKE can be used in a WHERE clause to refer to a range of values.
The keyword BETWEEN can be used in a WHERE clause to refer to a range of values.