SnowPro Core Recertification — Question 29
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 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.