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 sql rowcount?
What is a full join?
What are tables and fields in the database?
Can sql function call stored procedure?
How do I save a stored procedure?
Why self join is used in sql?
Are left and right joins the same?
what are set operators in sql? : Sql dba
What is difference between procedure and trigger?
What is error ora-12154: tns:could not resolve the connect identifier specified?
What is user in sql?
Can we join two tables without common column?
What is the difference between a procedure and a function?
What is compute?
Explain the select statement in sql?