Answers for "a query to determine the version of a database"

SQL
0

a query to determine the version of a database

Database 			query
---------			-------
Microsoft, MySQL	SELECT @@version
Oracle				SELECT * FROM v$version
PostgreSQL			SELECT version()
Posted by: Guest on April-30-2022

Code answers related to "a query to determine the version of a database"

Code answers related to "SQL"

Browse Popular Code Answers by Language