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
1, 4, 2, 3, 5
4, 1, 2, 3, 5
1, 5, 4, 2, 1
4, 1, 3, 2, 5