Answer Posted / pandu
hi ,
DML Statements are used for managing data with in schema
objects ,
Some Examples are
1)Select
2)update
3)delete
4)insert
5)merge
6)lock table
7)call --> call a pl/sql or java sub programm.
Best Regards
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is minus?
How do you pronounce sql?
Can we enter data in a table in design view?
What is a sql driver?
Can you join a table to itself?
What are tables and fields in the database?
What is foreign key and example?
What is the difference between instead of trigger and after trigger?
What are the two types of cursors in pl sql?
What is record data type?
What is difference between nchar and nvarchar?
what is an extent ? : Sql dba
Does truncate require commit?
Is drop table faster than truncate?
What are different joins used in sql?