Database Developer Question:

Please explain what is Database Testing?

Tweet Share WhatsApp

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 PDF Read All 70 Database Developer Questions
Previous QuestionNext Question
Explain me what are the different DDL commands in SQL?Please explain what is a NULL value?