AQU Course (2): Database System Design
Completion requirements

What is SELECT
The SELECT statement is the most common operation in SQL called "the query", that returns a result set of rows, from one or more tables.
A SELECT statement retrieves zero or more rows from one or more database tables or database views
Standard SELECT statements have no persistent effects on the database