SQL standards refer to the set of guidelines and rules that define how SQL (Structured Query Language) should be written and executed across different database systems. These standards aim to ensure consistency and compatibility, so that SQL queries can work across various databases.
The first formal SQL standard was introduced by in 1986. It provided basic guidelines for query language features like SELECT, INSERT, UPDATE, and DELETE, and set the foundation for later versions.