

MCQOPTIONS
Saved Bookmarks
1. |
Study following steps and determine the correct order(1) Open a connection to MySql server(2) Execute the SQL query(3) Fetch the data from query(4) Select database(5) Close Connection |
A. | 4, 1, 2, 3, 5 |
B. | 1, 4, 2, 3, 5 |
C. | 4, 1, 3, 2, 5 |
D. | 1, 5, 4, 2, 1 |
Answer» C. 4, 1, 3, 2, 5 | |