Question: Which of the subsequent is an accurate statement?
When the LOWER function is used in a SELECT clause, it will automatically store the data in lower-case letters in the database table.
When the LOWER function is used in a SELECT clause, the function stays in affect for the remainder of that user's session.
When the LOWER function is used in a SELECT clause, the function only stays in affect for the duration of that SQL statement.
When the LOWER function is used in a SELECT clause, the function only affects the first column in the result set.
Show the accurate statement and provide the details.