How to see the time of execution of an SQL Statement.

  1. set timing on select * from EMP

  2. set time on select * from EMP

  3. time on select * from EMP

  4. set timings on select * from EMP


Correct Option: A

Find more quizzes: