What are joins and mention different types of joins?
Answer / uma sravanthi
JOIN clause is used to combine rows from two or more tables, based on a related column between them.
The types are:
1. Inner Join
2.Outer Join
3.Left Join
4.Right Join
5.Full Join
| Is This Answer Correct ? | 0 Yes | 0 No |
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it?
How to use sql queries in winrunner/qtp?
How we can avoid duplicating records in a query?
What we normally check for the database testing?
In database testing, how to do the data load testing?
Explain what is data driven test?
What is retesting & how it is different from data driven testing?
What is the test scenario to test a database migrated from one sql server to another?
Why database testing is important?
What is the difference between gui testing and database testing?
What do you mean by white box testing and black box testing?
How do you test whether the database is updated as and when an information are added in the front end?give me an example?