Database Developer Question:
Download Questions PDF

Please explain what is Database Testing?

Answer:

It is AKA back-end testing or data testing.
Database testing involves in verifying the integrity of data in the front end with the data present in the back end. It validates the schema, database tables, columns, indexes, stored procedures, triggers, data duplication, orphan records, junk records. It involves in updating records in a database and verifying the same on the front end.

Download Database Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what are the different DDL commands in SQL?Please explain what is a NULL value?