SnowPro Core Certification — Question 276

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 command SELECT CURRENT_CLIENT(); directly retrieves the current client's version from the application context. The other options either refer to different contexts or types of drivers that do not provide the current client version as required.