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 do you mean by index and explain different types of indexes?
What is the way of writing testcases for database testing?
In database testing, how to do the data load testing?
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?
How to test the stored procedures?
What steps does a tester take in testing stored procedures?
What are indexes and mention different types of indexes?
How does qtp evaluate test results?
What are the necessary things needed for writing database test cases?
What is performance testing and what are the bottlenecks of performance testing?
How to test database manually?