What you might not know (but can probably guess from quickly googling “SQL,” often pronounced like “sequel”), is that SQL is one of the fundamental ways in which people interact with their data. Simply put, it’s a query language. Programmers use it to talk to the database, nd specic pieces of information, and then serve those up or use the pieces for further analysis. If it’s in your database, you can get to it with SQL.