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 |
Which sql statements can be used in database testing?
What is the syntax to add record to a table?
How do you verify whether a database is updated when passing the data through front end?
What rdbms stands for and what are the important rdmbs that sql use?
Does qtp support sql queries?
What is a trigger? How do you verify if a trigger is fired or not?
What are the different stages involved in database testing?
Without involving database checkpoints, how you can test a sql query in qtp?
How to write test cases from requirements, do the requirements signify the exact functionality of aut?
How you can write testcases from requirements and do the requirements represents exact functionality of aut (application under test)?
What are the steps to test data loading in database testing?
In the database testing process, what do we usually check?