Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (55.6k points)
A. To specify the syntax and semantics of SQL data definition language
B. To specify the syntax and semantics of SQL manipulation language
C. To define the data structures
D. All of the above

1 Answer

0 votes
by (119k points)
edited by

Option D (None of the above) is the correct answer. SQL has DDL commands like CREATE, DROP, ALTER, TRUNCATE, COMMENT, and RENAME to specify the syntax and semantics of SQL data definition language. SQL also has DML commands INSERT, UPDATE, and DELETE to specify the syntax and semantics of SQL data definition language.  SQL can also be used to define the data structures like lists, queues, trees, hash tables, etc.

If you wish to learn SQL from top experts, I recommend enrolling in this SQL training Certification program by Intellipaat that provides instructor-led training, and also certification.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
4 answers
asked Mar 23, 2021 in SQL by dev_sk2311 (45k points)
0 votes
4 answers
asked Mar 14, 2021 in SQL by dev_sk2311 (45k points)
0 votes
3 answers
asked Mar 14, 2021 in SQL by dev_sk2311 (45k points)

Browse Categories

...