Answer Posted / sam kolta
SQL statements are classified into 6 categories:
1. Data Definition Language (DDL) Statements are:
- ALTER
- ANALYZE
- ASSOCIATE STATISTICS
- AUDIT
- COMMENT
- CREATE
- DISASSOCIATE STATISTICS
- DROP
- FLASHBACK
- GRANT
- NOAUDIT
- PURGE
- RENAME
- REVOKE
- TRUNCATE
- UNDROP
2. Data Manipulation Language (DML) statements are:
- CALL
- DELETE
- EXPLAIN PLAN
- INSERT
- LOCK TABLE
- MERGE
- SELECT
- UPDATE
3. Transaction Control Language (TCL) statements are:
- COMMIT
- ROLLBACK
- SAVEPOINT
- SET TRANSACTION
4. Session Control Language (SSCL) statements are:
- ALTER SESSION
- SET ROLE
5. System Control Language (SCL) Statements are:
- ALTER SYSTEM
6. EMBEDED SQL STATEMENTS
| Is This Answer Correct ? | 26 Yes | 9 No |
Post New Answer View All Answers
What are the different types of tables in sql?
What is %type in pl sql?
Where not exists in sql?
how to use regular expression in pattern match conditions? : Sql dba
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What does subquery mean in sql?
How does pl sql work?
What is the difference between a subquery and a join?
what is try_catch block in procedure
Explain ddl statements in pl/sql?
What is a temp table?
Explain the structure of pl/sql in brief.
Is sql microsoft?
how do you know the version of your mysql server? : Sql dba
what are the 'mysql' command line arguments? : Sql dba