Please explain what is Database Testing?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Database Developer Job Interview Questions And Answers