This document discusses basic queries in SQL. It covers the following topics in 3 sentences:
The SELECT statement retrieves information from databases using the basic SELECT-FROM-WHERE structure. Ambiguous attribute names can be resolved using aliases to refer to tables and attributes. SQL supports pattern matching, arithmetic operators, and ordering query results by attributes using clauses like LIKE, ORDER BY.