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

Controlling User Access

Match each of the following terms to its correct description.

AB
CURRVALreturns the current sequence value
CREATE SEQUENCEcommand that automatically generates sequential numbers
Sequencesgenerates a numeric value
NO MINVALUEspecifies a minimum value of 1 for an ascending sequence and – (10^26) for a descending sequence (default)
NO MAXVALUEspecifies a maximum value of 10^27 for an ascending sequence and - 1 for a descending sequence (default)
NEXTVALreturns the next available sequence value
CYCLE/ NOCYCLEspecifies whether the sequence continues to generate values after reaching its maximum or minimum values
MAXVALUEspecifies a maximum or default value the sequence can generate
CACHE/ NOCACHEspecifies how many values the Server pre-allocates and keeps in memory
INCREMENT BYspecifies the interval between sequence numbers
MINVALUEspecifies the minimum sequence value
STARTS WITHspecifies the first sequence number to be generated
DROP INDEXRemoves an index
Function-based indexstores the indexed values and uses the index based on a SELECT statement to retrieve the data
Synonymgives alternative names to objects
Confirming indexConfirms the existence of indexes from the USER_INDEXES data dictionary view
Unique indexThe Oracle Server automatically creates this index when you define a column in a table to have a PRIMARY KEY or a UNIQUE KEY constraint
Non-unique indexschema object that speeds up retrieval of rows
Composite indexan index that you create on multiple columns in a table
CREATE PUBLIC SYNONYMto refer to a table by another name to simplify access



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