What do you mean by index and explain different types of indexes?
How would you know for database testing, whether trigger is fired or not?
What is the database trigger, how to verify the trigger is fired or not and can you invoke trigger on demand?
After entering the data from the front-end application interface, how do you test whether a database is updated or not?
What are the necessary things needed for writing database test cases?
What are indexes and mention different types of indexes?
What are the steps need to be taken while testing stored procedures?
What do you mean by data-driven test?
What do you mean by dcl commands and explain the types of commands used by dcl?
Explain how to use sql queries in qtp ?
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it? What conditions are to be checked if the data is inserted, updated or deleted using a text files?
What conditions are to be checked if the data is inserted, updated or deleted using a text files?
How to check a trigger is fired or not, while doing database testing?