What are joins and mention different types of joins?
Answer Posted / 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 |
Post New Answer View All Answers
What is data driven test?
How would you know for database testing, whether trigger is fired or not?
How to use sql queries in winrunner/qtp?
In database testing, what do we need to check normally?
Mention different types of indexes?
What does the rdbms stand for and what are the major rdbms used by sql?
Without involving database checkpoints, how you can test a sql query in qtp?
Define join and name different type of joins?
How you can write testcases from requirements and do the requirements represents exact functionality of aut (application under test)?
How to use sql queries in qtp?
What is database testing and what we test in database testing?
Explain the qtp testing process?
What is the database trigger?
Explain what is data driven test?
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it? What conditions are to be checked if the data is inserted, updated or deleted using a text files?