what is meant by DML?
Answers were Sorted based on User's Feedback
Answer / suresh
Data Manipulation Language -- insert,update,delete
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / rajesh
DML-Data Manipulation Language
some of the DML operation are (insert,update,delete,merge)
Is This Answer Correct ? | 7 Yes | 0 No |
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 |
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 |
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 |
what are the difference between clustered and a non-clustered index? : Sql dba
define sql update statement ? : Sql dba
What is a cursor ? Why Cursor is required ?
TABLE A TABLE B EMPNO ENAME EMPNO ENAME 1 A 1 A 2 B 2 B 3 C 3 C 4 D 4 D 5 E 5 E 6 F 7 G HOW TO GET THE UNMATCHED RECORDS IN SQL QUERY?
What is differance unique key and primary key.
Is microsoft sql free?
How to Declare Fixed Length String Value In PL SQL
What is an oracle stored procedure?
i want to display 1 to 10 numbers using one select statement.
18 Answers HCL, Nyros, Oracle,
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What is a cursor for loop ?
How to set up sql*plus output format in oracle?