Question: A stored routine is a set of SQL statements stored on the server and takes form as either a procedure or a function. Which statement cannot be used inside stored routines?

  1. `SELECT`
  2. `USE`
  3. `SET`
  4. `DECLARE`

Answer: The correct answer of the above question is Option B:`USE`