Queries

You query or retrieve data from a database with the SQL SELECT statement. The basic query operations in a relational system are selection, projection, and join. The SELECT statement implements all of them.