Identifying SQL Version

I am new to SQL and Metabase and I am having trouble finding help material because I don't know the version of SQL I am trying to access through Metabase. The person at my company who managed our database and Metabase accounts has left, and I am still waiting for a response from within the company. I have tried the usual Google search options but they return errors.

Hi @alphacharly
Try running this query - either it's tell you the database type and version, or spit out an error, which should be enough to identify the database type:

select version()