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
What are different types of tables in sql?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
What does := mean in pl sql?
What is a stored procedure in sql with example?
What is memory optimized?
What is a record in a database?
what are the different tables present in mysql? : Sql dba
Explain how can you save or place your msg in a table?
What kind of join is join?
What does a pl/sql package consist of?
List and explain the different types of join clauses supported in ansi-standard sql?
How can we store rows in PL/SQL using array?
Do ddl statements need commit?
What is cte?