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