Computer Science, asked by jeetugillgmailcom, 7 months ago

which of the following is not a ddl statement. (a)create (b)drop(c)delete (d)alter​

Answers

Answered by rachana7876026760
11

Answer:

(b) drop answer hai es question ka

Answered by kavyapsynergy
0

DELETE is not a ddl statement.

DELETE

  • DDL stands for Data Definition Language in SQL. The DDL commands are used to construct and change database and database object structures.
  • DML stands for Data Manipulation Language in SQL. The DML instructions will manipulate data in the server and execute data modification.
  • DELETE is a DML command in SQL. The DELETE statement in SQL deletes one or more records from a table or view.

Similar questions