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

how to select first 5 records from a table? : Sql dba

0 Answers  


take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...

9 Answers   Zensar,


How will you select unique values from a list of records?

7 Answers   Cap Gemini,


What is sql*plus?

0 Answers  


How many clustered indexes can you have?

0 Answers  






how to escape special characters in sql statements? : Sql dba

0 Answers  


what is try_catch block in procedure

0 Answers  


Is microsoft sql free?

0 Answers  


Is mariadb nosql?

0 Answers  


What is an inner join sql?

0 Answers  


How do I debug a stored procedure?

0 Answers  


Can you load data into multiple tables at once? : aql loader

0 Answers  


Categories