Database Testing Interview Questions and Answers - Freshers & Experienced

Testing - What is Database testing? - Database testing involves testing the behavior of the database when the application is being tested.....
Testing - What are ways of writing test cases for database testing? - The backend tables used for each requirement must be mentioned...
Testing - Different stages involved in Database Testing - The data that is being inserted in the database must be verified. Verify if the constraints are maintained.
Testing - How to test data loading in database testing - The data from source tables to target tables in terms of data types and constraints must be verified.....
Testing - Explain how to test a SQL Query in Winrunner - Using Output database checkpoints, SQL manual queries options must be selected......
Testing - Explain how to test database Procedures and Triggers - The input parameters and output parameters must be known. EXEC statement can be used to run the procedure
Testing - What steps does a tester take in testing Stored Procedures? - The tester should call the stored procedure in the backend using the EXEC command.