what is meant by DML?

Answers were Sorted based on User's Feedback



what is meant by DML?..

Answer / suresh

Data Manipulation Language -- insert,update,delete

Is This Answer Correct ?    9 Yes 0 No

what is meant by DML?..

Answer / rajesh

DML-Data Manipulation Language
some of the DML operation are (insert,update,delete,merge)

Is This Answer Correct ?    7 Yes 0 No

what is meant by DML?..

Answer / ramesh.gottipati

Hi Click the Following link for ur query.

<a
href=http://www.allinterview.com/showanswers/404>http://www.
allinterview.com/showanswers/404</a>

Is This Answer Correct ?    5 Yes 0 No

what is meant by DML?..

Answer / nitin gupta

DML stands for Data Manipulation Language.

It is used for manipulation of data in database like insert
new data, update existing data and deleting the data.

Is This Answer Correct ?    2 Yes 2 No

what is meant by DML?..

Answer / 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 ?    1 Yes 3 No

Post New Answer

More SQL PLSQL Interview Questions

table - new_no old_no 2345 1234 3456 2345 5678 4567 output sud be -new_no 1234 2345 3456 4567 5678

2 Answers  


Does a primary key have to be a number?

0 Answers  


what is meant by DML?

5 Answers   HCL,


What is a Mapplet?

0 Answers   Informatica,


Q1.all the depts which has more then 10 empls? Q2.all the dept which does not have any emply? Q3 all the emp which does not have any dept? Q4 get all the emply detais with the dept details it dept is exit otherwise any emp details? Q5 how to debugg the dynamic sql and packages?

2 Answers  






How many types of normalization are there?

0 Answers  


Are dml statements autocommit?

0 Answers  


Whate is use of MOD function in pl/sql.

3 Answers   Oracle,


How to select all records from the table?

0 Answers  


What does varchar include?

0 Answers  


how to see the create table statement of an existing table? : Sql dba

0 Answers  


What company owns postgresql?

0 Answers  


Categories