Chooses which columns to return from a table.
Programming flashcards
SQL Basics: Queries & Joins
Essential SQL concepts for reading data, filtering rows, and joining tables.
#sql#database#queries#joins
Card preview
Names the table being queried.
Filters rows by a condition.
Sorts the result set.
Restricts the number of returned rows.
Returns rows with matching values in both joined tables.
Returns all rows from the left table plus matching right-table rows.
Groups rows so aggregate functions can summarize them.