SnowPro Core Certification — Question 276
Which of the following SQL statements will list the version of the drivers currently being used?
Answer options
- A. Execute SELECT CURRENT_ODBC_CLIENT(); from the Web UI
- B. Execute SELECT CURRENT_JDBC_VERSION(); from SnowSQL
- C. Execute SELECT CURRENT_CLIENT(); from an application
- D. Execute SELECT CURRENT_VERSION(); from the Python Connector
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.