Back

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

a. EXTRACT

b. GET

c. SELECT

d. OPEN

1 Answer

0 votes
by (119k points)

The correct option is option B (SELECT). SELECT statement is used to extract the data from the database and the result from the statement is stored in the form of table. Here is the syntax to use Select statement in SQL:

SELECT column_list

FROM TableName;

If you wish to learn SQL, then register for this SQL course by Intellipaat that provides instructor-led training and hands-on experience.

Related questions

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

Browse Categories

...