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

Oracle Database Design: Section x16 Vocabulary Review

AB
RowAn entry in a table, consisting of values for each appropriate column. (an instance)
JoinDisplay data from two or more related tables.
Application softwareProgram that gives a computer instructions that provide the user with tools to accomplish a task. e.g. Word Processor, Page Layout, Spreadsheet, etc.
Primary keyThe set of mandatory columns within a table that is used to enforce uniqueness of rows, and that is normally the most frequent means by which rows are accessed.
Operator precedenceRules that determine the order expressions are evaluated and calculated.
Career portfolioThe materials representative of a person's work.
Arithmetic operatorA symbol used to perform an operation on some values.
TableAn arrangement of data in rows and columns. An entity is mapped to this.
Foreign keyA column or set of columns that refers to a primary key in the same table or another table.
ColumnAn implementation of an attribute or relationship in a table.
Grid computingA global effort to develop an environment in which individual users can access computers, databases and experimental facilities simply and transparently, without having to consider where those facilities are located.
ProjectionThe capability in SQL to choose the columns in a table that you want returned from a query.
NULLA value that is unavailable, unassigned, unknown, or inapplicable.
Column aliasRenames a column heading.
Relational databaseCollections of objects or relations, set of operators to act on those relations, and data integrity for accuracy and consistency.
Arithmetic expressionA mathematical equation.
SelectionThe capability in SQL to choose the rows in a table returned from a query.
FieldIntersection of a row and column.
StatementA combination of two or more clauses.
ClauseA phrase in a SQL statement, a part.
Select statementComplete SQL code that retrieves information from a database. and contains two or more clauses.
FROM clausePhrase of SQL code that specifies the table containing the column(s) listed in the select clause
SELECT clausePhrase of SQL code that specified the columns of data to be displayed (does that selection).
Data Manipulation language (DML)Category of SQL language used to modify the table by entering, changing, or removing row(s).
Data definition language (DDL)Category of SQL used to crate, change and remove data structures from the database.


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