Java Games: Flashcards, matching, concentration, and word search.

Oracle Database Programming Section 4 Vocabulary Review

AB
NATURAL JOINjoins two tables based on the same column name.
ON Clauseallows a natural join based on an arbitrary condition or to specify columns to join
CROSS JOINreturns the Cartesian product from two tables.
RIGHT OUTER JOINperforms a join on two tables, retrieves all the rows in the Right table even if there is no match in the Left table.
USING Clauseperforms an equijoin based on the same specified column name
INNER JOINis a join of two tables returning only matched rows.
FULL OUTER JOINperforms a join on two tables, retrieves all the rows in the Left table, even if there is no match in the Right table. It also retrieves all the rows in the Right table, even if there is no match in the Left table.
LEFT OUTER JOINperforms a join on two tables, retrieves all the rows in the Left table even if there is no match in the Right table.


Professional Educator
Omaha South High Magnet School
Omaha, NE

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities