This word starts a SQL query.
What is Select?
Used to retrieve rows where matching values exist in both tables
What isan Inner Join ?
This word connects two or more tables in the join condition
What is on?
This function extends the functionality of the INSTR function by letting you search a string for a regular expression pattern
What is REGEXP_INSTR?
Used to retrieve all rows from the left table and matching rows from the right table
What is a LEFT Join?
This uniquely identifies each record in a table and ensures strong data integrity
What is a Primary Key?
This function returns the date date plus integer months
What is ADD_MONTHS?
This Join is used in displaying NULL values where no match exists in the left table.
What is a Right Join?
This operator returns the remainder of an equation
What is modulus %
This function brings back the final day of the month.
What is last_day?
This word limits the data brought back.
What is Where or What is Having?
Type of INNER JOIN that automatically joins two tables based on columns with the same name and data type
What is a Natural Join
This returns all rows in both tables that match the query's WHERE clause
What is a FULL OUTER JOIN ?
This operator gives a list of values that are in a specified conditon.
What is in?
This function gives a value if nothing is listed in that column.
What is NVL/NVL2?