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

Oracle Database Programming Section x14 Vocabulary Review

AB
GRANT Privilegethe right to grant specific system privileges to a user.
DDL (Data Definition Language)Language category. Allows user to set-up, change and remove structures from tables.
DCL (Data Control Language)Language category. Manages the changes made by DML statements; changes to the data can be grouped together into logical transactions
COMMITEnds the current transaction by making all pending data changes permanent
Application Builder (Now called Application Express)Oracle's HTML DB web-based application developer tool used to design and assemble the Web based user interfaces on top of database objects such as table, views, and procedures.
transactionConsists of a collection of DML statements that form a logical unit of work.
ROLLBACK TO SAVEPOINTRolls back the current transaction to the specified savepoint, thereby discarding any changes and or savepoints created after the savepoint to which you are rolling back.
object privilegeThe right to manipulate the content of the objects in the database.
Locks (LOCK)Mechanisms that prevent destructive interaction between transactions accessing the same resource
ROLLBACKEnds the current transaction by discarding all pending data changes

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