ADD ADD Constrai NT ALL Alter: Keyword Description
ADD ADD Constrai NT ALL Alter: Keyword Description
Keyword Description
ALL Returns true if all of the subquery values meet the condition
ANY Returns true if any of the subquery values meet the condition
CHECK A constraint that limits the value that can be placed in a column
FULL Returns all rows when there is a match in either left table or right table
OUTER
JOIN
GROUP BY Groups the result set (used with aggregate functions: COUNT, MAX, MIN, S
AVG)
INNER JOIN Returns rows that have matching values in both tables
LEFT JOIN Returns all rows from the left table, and the matching rows from the right table
NOT NULL A constraint that enforces a column to not accept NULL values
OUTER Returns all rows when there is a match in either left table or right table
JOIN
RIGHT JOIN Returns all rows from the right table, and the matching rows from the left table
SET Specifies which columns and values that should be updated in a table
TRUNCATE Deletes the data inside a table, but not the table itself
TABLE
UNION Combines the result set of two or more SELECT statements (only distinct values
UNION ALL Combines the result set of two or more SELECT statements (allows duplicate val
UNIQUE A constraint that ensures that all values in a column are unique
WHERE Filters a result set to include only records that fulfill a specified condition