F-J Flashcards
(13 cards)
A constraint that is a key used to link two tables together
Foreign Key
Specifies which table to select or delete data from
From
Returns all rows when there is a match in either left table or right table
Full Outer Join
Groups the result set (used with aggregate functions: Count Max Min Sum Avg
Group By
Used instead of Where with aggregate functions
Having
Allows you to specify multiple values in a Where clause
In
Creates or Deletes an index in table
Index
Returns rows that have matching values in both tables
Inner Join
Inserts new rows in a table
Insert Into
Copies data from one table into another table
Insert Into Select
Tests for empty values
Is Null
Test for non-empty values
Is Not Null
Joins tables
Join