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

Oracle Database Programming Section 8 Vocabulary Review

AB
Tablestructure that stores data, basic unit of storage, composed of rows and columns.
BLOBbinary large object data up to 4 gigabytes.
Data Warehousinga generic term for a system for storing, retrieving and managing large amounts of any type of data.
INTERVAL DAY TO SECONDallows time to be stored as an interval of days to hours, minutes, and seconds.
BFILEbinary data stored in an external file; up to 4 gigabytes.
Schemaa collection of objects that are the logical structures that directly refers to the data in the database
INTERVAL YEAR TO MONTHallows time to be stored as an interval of years and months.
LONGvariable-length character data up to 2 gigabytes.
ROWIDhexadecimal string representing the unique address of a row in its table.
CREATE TABLEcommand to create tables to store data
DEFAULTspecifies a preset value if a value is omitted in the INSERT statement.
TIMESTAMPallows the time to be stored as a date with fractional seconds
Data Dictionarycreated and maintained by the Oracle Server and contains information about the database.
MERGE INTOprovides the ability to conditionally update or insert data into a database table.
User Tablestables created by the user.
RENAMEused to change the name of a table.
COMMENT ON TABLEcommand to add comments to a table or column.
TRUNCATE TABLEused to remove all rows from a table and to release the storage spaced used by the table.
DROP COLUMNto delete a column from a table.
ALTER TABLEto add, modify, or drop columns from a table.
SET UNUSED______ marks one or more columns as unused so that they can be dropped when the demand on system resources is lower.
DROP TABLEremoves the definition of a table.

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