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

Oracle Database Programming Section x11 Vocabulary Review

AB
Efficiencyskillfulness in avoiding wasted time and effort.
NEXTVALreturns the next available sequence value
INTERVAL BY__ specifies the interval between sequence numbers.
shareablean object that can be shared by multiple users.
CREATE PUBLIC SYNONYMto refer to a table by another name to simplify access
CURRVALreturns the current sequence value.
CREATE SEQUENCE___ command that automatically generates sequential numbers.
Synonymgives alternative names to objects.
CACHE / NOCACHEspecifies how many values the Server pre-allocates and keeps in memory.
CYCLE / NOCYCLEspecifies whether the sequence continues to generate values after reaching its maximum or minimum values.
MAXVALUE / NOMAXVALUEspecifies a maximum or default value the sequence can generate.
DROP INDEX__removes an index.
Sequencesgenerates a numeric value.
Index___ improves the performance of some queries; it is a schema object that speeds up retrieval of rows.
START WITHspecifies the first sequence number to be generated.

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