SnowPro Core Recertification — Question 29

Which of the following SQL statements will list the version of the drivers currently being used?

Answer options

Correct answer: C

Explanation

The correct answer is C because the SELECT CURRENT_CLIENT(); command specifically retrieves the current client version. The other options either reference incorrect functions or are designed for different contexts that do not provide the client version directly.