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

Oracle Database Programming Section 3 Vocabulary Review

AB
Outer Join (+)Returns rows that do not meet the join condition along with rows that do meet the join condition.
Aliasgives a table another name to simplify queries and improve performance.
Equijoinvalues in a column in one table must be equal to a value in another table; also called an inner join or simple join.
Self Joinjoins a table to itself.
Cartesian Productresults from an invalid or omitted join conditon; all combinations of rows are displayed.
Nonequijoina join condition containing something other than an equality operator; values in a column in one table must be conditional to but not equal to a value(s) in another table.
Join(s)display data from two or more related tables.
Proprietary joinConnection command exclusive to a specify company, ie Oracle.
Outer joinReturns rows that do not meet the join condition.

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