Reading data
4 lessons in the SQL course.
Full SQL course · Search this topic · Programming
- Selecting DataUse SELECT and FROM to retrieve rows from a table.
- Selecting Specific ColumnsReturn only the columns or expressions needed by a query.
- DISTINCTRemove duplicate rows from a query result with DISTINCT.
- Column and Table AliasesGive result columns and table references short, meaningful temporary names.