What is SQL, and why is it important?
SQL stands for Structured Query Language, and it is the standard language used to store, read, update, and manage data in relational databases. It is important because most real applications need reliable ways to query business data, reports, users, payments, inventory, and many other structured records.
In interviews, a strong short answer is that SQL is the language used to work with relational data. You can add that SQL is not just for reading data with `SELECT`; it also handles inserts, updates, deletes, schema creation, constraints, and transaction control.