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.