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
How to test data loading in data base testing?
Define join and name different type of joins?
What are the types of data-driven testing?
After entering the data from the front-end application interface, how do you test whether a database is updated or not?
What are indexes and mention different types of indexes?
What is data driven test?
What is the database trigger, how to verify the trigger is fired or not and can you invoke trigger on demand?
How does qtp evaluate test results?
How to test procedures and triggers of a database?
In the database testing process, what do we usually check?
What is the way of writing testcases for database testing?
How do you verify whether a database is updated when passing the data through front end?
Explain how to use sql queries in qtp ?
In data base testing, what are the steps to test data loading?
Why database testing is important?