Question: Which of the following is a valid SQL statement to retrieve all records from a table named \'users\'?
Options:
Correct Answer: SELECT * FROM users;
Solution:
The correct SQL statement to retrieve all records from a table is \'SELECT * FROM users;\'.