Answer Posted / swapnareddy
Type of sql statments are:
DDL:Data Defintion Language:create,alter,drop,truncate & rename
DML:Data Manipulation Language:insert,update,delete & merge
DRL/DQL:Data retrive/query Language:select
DCL:Data Contol Language:grant,revoke
DTL:Data Transition Language:commit,savepoint & rollback
| Is This Answer Correct ? | 55 Yes | 9 No |
Post New Answer View All Answers
is it possible to pass an object or table to a procedure as an argument?
What is the use of sqldataadapter?
What does the file extension accdb stand for?
How do you determine the current isolation level? : Transact sql
What are sql data types?
what are string data types? : Sql dba
What are the advantages of stored procedure?
Why stored procedures are faster than query?
How is a process of pl/sql compiled?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
How do you copy a table in sql?
What is the most common sql injection tool?
how to include comments in sql statements? : Sql dba
What is trigger in sql?
Explain the advantages and disadvantages of stored procedure?