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