Rohan starting working on MYSQL server. Kindly arrange the the following commands in a sequence so that he can create a table, then insert a record into it and display all the records.
A. Insert into command
B. Create database ;
C. Create table command
D. Use
E. Select * from
Choose the correct answer from the options given below:
1
B D C A E
2
B A E D C
3
A B E D C
4
A C D B E