Which is not a DDL command of SQL?1 pointcreate tableselectcreate typealter table
Question
Which is not a DDL command of SQL?1 pointcreate tableselectcreate typealter table
Solution
The command that is not a DDL (Data Definition Language) command in SQL is "select". This is because "select" is a DML (Data Manipulation Language) command, used to retrieve data from a database. On the other hand, "create table", "create type", and "alter table" are all DDL commands, used to define or change the structure of database objects.
Similar Questions
Which SQL statement is used to create a new table?OptionsMAKE TABLEINSERT TABLECREATE TABLEADD TABLE
What command is used to create a new table in SQL?OptionsCREATE TABLEBUILD TABLEGENERATE TABLENone of these
Which of the following is not a DDL command?CREATEDROPSELECTALTER
Question 3The CREATE TABLE statement is a....1 pointDML statementDDL statementBoth of the above
Which of the following commands is a DDL command?AINSERTBUPDATECCREATE
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.