What do you mean by dml?
Answers were Sorted based on User's Feedback
DML means Data Manipulation Language in database management systems, with commands to manipulate such as , modify, alter, update, or delete the table structures or data in specific selected tables. Known as Delete-Insert-Modify ly operations in database testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it?
In database testing, what do we need to check normally?
What conditions are to be checked if the data is inserted, updated or deleted using a text files?
What is ddl and what are their commands?
How to test database manually?
After entering the data from the front-end application interface, how do you test whether a database is updated or not?
How to verify the trigger is fired or not and can you invoke trigger on demand?
How to test database procedures and triggers?
What do you mean by dcl commands and explain the types of commands used by dcl?
In data base testing, what are the steps to test data loading?
What are the different stages involved in database testing?
What rdbms stands for and what are the important rdmbs that sql use?