Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (55.6k points)

A. To define the data structures

B. To specify the syntax and semantics of SQL data definition language

C. To specify the syntax and semantics of SQL manipulation language

D. All of the above.

2 Answers

0 votes
by (119k points)

Option D is the correct answer.

Explanation:

SQL is a query language designed for managing data held in a RDBMS, or for stream processing in a relational database management system (RDBMS).

If you want to learn SQL, check out this SQL Course by Intellipaat.

0 votes
ago by (3.1k points)

The answer is D because the main purpose of SQL is to create a database where you pass some data. For passing those data we define data structures. DDL commands are the commands that are used to create or define a table structure which are Create, Alter and drop a table. On the other hand, DML commands are used to change and manipulate the preexisting data in the table.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...