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 |
What are the necessary things needed for writing database test cases?
How to test a dts package created for data insert update and delete?
What is the process of database testing?
How to write test cases from requirements, do the requirements signify the exact functionality of aut?
What do you mean by white box testing and black box testing?
Explain the qtp testing process?
What is cmmi and describe different levels of cmm?
How to test a sql query in winrunner? Without using database checkpoints?
How to verify the trigger is fired or not and can you invoke trigger on demand?
Mention different types of joins?
Without using database checkpoints, how you test a sql query in qtp?
What is data driven test?