• A boat with beautiful sunset.
  • Tree in field with blue sky.
  • Amaizing sunrise moment

Friday, March 16, 2012

SQL STATEMENTS




 
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)








No comments:

Post a Comment