SQL
DatabasesA language for querying and managing relational databases.
Structured Query Language (SQL) is used to define, query, and manipulate data in relational databases. Core operations include SELECT, INSERT, UPDATE, DELETE, and JOINs across tables. SQL is declarative β you describe what you want, not how to fetch it.