A quick introduction to how SELECT * can be used to query all the data from a table.
SolveA quick introduction on how to project a particular attribute using the SELECT syntax.
SolveA quick introduction on how to filter results using the WHERE clause.
Solve