A | B |
GRANT Privilege | the 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 |
COMMIT | Ends 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. |
transaction | Consists of a collection of DML statements that form a logical unit of work. |
ROLLBACK TO SAVEPOINT | Rolls 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 privilege | The right to manipulate the content of the objects in the database. |
Locks (LOCK) | Mechanisms that prevent destructive interaction between transactions accessing the same resource |
ROLLBACK | Ends the current transaction by discarding all pending data changes |