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 ?    10 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 ?    8 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 ?    2 Yes 3 No

Post New Answer

More SQL PLSQL Interview Questions

What is faster join or subquery?

1 Answers  


what are the advantages of sql ? : Sql dba

0 Answers  


What is set transaction?

1 Answers  


i have a table eno dno sal 1 10 200 2 10 150 3 10 100 4 20 75 5 20 100 i want to get sal which is less than the avg sal of thri dept. eno dno sal 2 10 150 3 10 100 4 20 75

12 Answers   IBM,


What is localdb mssqllocaldb?

1 Answers  


how to enter characters as hex numbers? : Sql dba

1 Answers  


Is sql an operating system?

1 Answers  


How to call the function and Procedure in trigger?

3 Answers   IBM,


Is inner join faster than left join?

0 Answers  


What are the blocks in stored procedure?

6 Answers   Microsoft,


How do you truncate?

1 Answers  


Explain correlated query work?

1 Answers  


Categories