Amit wants to be familiar with SQL. One of his friends Anand suggest him to execute following sql commands.
(A) Create Table Student
(B) Use Database DB
(C) Select * from Student
(D) Insert into Student
In which order Amit needs to run above commands.
1
(A), (B), (C), (D)
2
(A), (B), (D), (C)
3
(B), (A), (D), (C)
4
(C), (B), (D), (A)