Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - General Questions (Q.No. 29)
29.
SQL can be used to:
create database structures only.
query database data only.
modify database data only.
All of the above can be done by SQL.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Amey said:   8 years ago
For creating database structures CREATE commands are used.
For query database data DQL (SELECT) command are used.
Modify database data only (ALTER) command is used.

So that's why answer is D.

JusTy said:   9 years ago
Please clarify this concept.

Tejashwini said:   3 years ago
Very nice question, Thanks.

Post your comments here:

Your comments will be displayed after verification.