Question
What does the sleep() function generally do in programming languages like PHP or SQL?
Terminates the program
Pauses the execution for a specified number of seconds
Saves the current state of execution
Continues execution immediately
Submit
Skip