|
STATEMENTS
|
DESCRIPTIONS
|
|
SELECT
|
Retrieves data from the database.
|
|
INSERT
UPDATE
DELETE
MERGE
|
Enters new rows, changes existing rows, and removes unwanted rows
from tables in the database, respectively. Collectively known as Data Manipulation
Language (DML)
|
|
CREATE
ALTER
DROP
RENAME
TRUNCATE
|
Sets up, changes, and removes data structures from tables.
Collectively known as Data Definition Language (DDL).
|
|
COMMIT
ROLLBACK
SAVEPOINT
|
Manages the changes made by DML statements. Changes to the data can
be grouped together into logical transactions.
|
|
GRANT
REVOKE
|
Gives or removes access rights to both the Oracle database and the
structures within it. Collectively known as Data Control Language (DCL)
|
Friday, March 16, 2012
SQL STATEMENTS
Subscribe to:
Post Comments (Atom)






No comments:
Post a Comment