Back end database testing

How to compare two database tables in back end testing?

Questions by manjugeek

Showing Answers 1 - 3 of 3 Answers

Hi Manjugeek

In database testing we can do many things

1. Like checking the functionality
2. Query optimising
3.  Data retreving etc

Normally all these are done by quering the database, with appropriate query.  There are many queries.  To know more about please logon to this URL

http://www.w3schools.com/sql/default.asp

this teaches basic from of SQL query.

Would be really useful

thanks
Annamalai

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions