Google News
logo
Database Testing - Interview Questions
Which SQL statements are commonly used to develop test-cases for database testing?
Various SQL statements are used to develop the Test cases. Most common SQL statement which is used to perform DB testing is select statement. Apart from this various DDL, DML, DCL statements can also be used.
 
Example : Create, Insert, Select, Update, etc.
Advertisement