What version of the software am I using?

From SQLZoo
Jump to navigation Jump to search

What version of the software am I using?

Many implementations of SQL are being developed continuously and new releases are common. Usually there is a version number.

SELECT sqlite_version()
select version()
select * from v$version
SELECT @@version
SELECT version()
SELECT @@version
DataWars, Data Science Practice Projects - LogoDataWars: Practice Data Science/Analysis with +100 Real Life Projects