Stages in Database Testing
****************************

1) Testing the data in the database with respect to front end transactions.

2) Testing the constraints (primary key,forien key ....).

3) Testing the performance of the procedures.

4) Testing the triggrs (execution of triggers).

4) Testing the transactions (begin,commit,rollback).