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?
- `SELECT`
- `USE`
- `SET`
- `DECLARE`
Answer: The correct answer of the above question is Option B:`USE`