Computer Science - Database Systems - Discussion

Discussion Forum : Database Systems - Section 2 (Q.No. 23)
23.
In SQL, which of the following is not a data Manipulation Language Commands?
DELETE
SELECT
UPDATE
CREATE
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Tikesh Sahu said:   7 years ago
B. SELECT is Data Query Language &.
D. CREATE is Data Definition Language.

Yastika said:   8 years ago
The answer is incorrect because in DML insert, delete and update are there whereas create comes in DDL and Select in DQL.

Mahesh said:   10 years ago
I think its SELECT, it doesn't manipulate data.

Jitendra kumar patel said:   1 decade ago
Here select is a data retrieval language command.

Post your comments here:

Your comments will be displayed after verification.