Knowee
Questions
Features
Study Tools

Which of the following is not a DDL command?CREATEDROPSELECTALTER

Question

Which of the following is not a DDL command?CREATEDROPSELECTALTER

🧐 Not the exact question you are looking for?Go ask a question

Solution

The command that is not a DDL (Data Definition Language) command from the given options is SELECT. The SELECT command is a part of DML (Data Manipulation Language), not DDL. DDL commands are used to define or alter the structure of the database, such as CREATE, DROP, ALTER. On the other hand, DML commands are used to manage data within the schema objects, like SELECT, INSERT, UPDATE, DELETE.

Similar Questions

Which of the following commands is a DDL command?AINSERTBUPDATECCREATE

Which of the following is not a DDL command ?UPDATENone of the MentionedTRUNCATEALTER

Which is not a DDL command of SQL?1 pointcreate tableselectcreate typealter table

Which of the following is a data manipulation command?Select one:a.Alterb.Createc.Dropd.Select

Which of the following is/are the DDL statements?

1/2

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.