Intellipaat 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
2 answers
0 votes
2 answers
asked Jan 17, 2021 in SQL by dev_sk2311 (45k points)
0 votes
1 answer
asked Apr 2, 2021 in SQL by dev_sk2311 (45k points)
0 votes
1 answer

1.2k questions

2.7k answers

501 comments

693 users

Browse Categories

...