Vault Query Language (VQL) is a query language for the Veeva Vault similar to SQL.
Vault Query Language (VQL) queries share most of the same syntax as sql queries, such as SELECT
, FROM
, WHERE
, FIND
, etc.
Further information about VQL standards and specifications can be found at: https://developer.veevavault.com
For detailed information about the VQL syntax, such as; how to structure queries, and how to retrieve fields from a single object (document, product, etc.), see Query Syntax & Structure.