What is SQL?
SQL describes what data you want rather than how to fetch it. Dialects differ — MySQL, PostgreSQL, SQL Server and SQLite each add their own syntax — but the core SELECT/JOIN/WHERE/GROUP BY shape is shared, which is why consistent formatting matters so much in code review.