SQL
Structured Query Language is standard language querying and manipulating relational databases. SQL enables data retrieval, insertion, updating, and deletion.
Real World
Booking.com runs SQL queries joining Hotels, Rooms, and Reservations tables to instantly show available rooms when you search for a destination and date range.
Exam Focus
Write semicolons after every SQL statement and use single quotes for string literals — syntax errors lose easy marks.
How well did you know this?