Question
What is a potential risk of using 'sleep' in database scripts in a production environment?
It can cause unnecessary delays and reduce system performance.
It can corrupt data if used improperly.
It might terminate active user sessions.
It automatically restarts the database.
Submit