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 would you know for database testing, whether trigger is fired or not?
What are the different types of database testing?
What does the rdbms stand for and what are the major rdbms used by sql?
Explain database testing?
What are the necessary things needed for writing database test cases?
To manage and manipulate the test table what are the sql statements that you have used in database testing?
How to write test cases from requirements, do the requirements signify the exact functionality of aut?
In database testing, what do we need to check normally?
What steps does a tester take in testing stored procedures?
What do you mean by white box testing and black box testing?
In database testing, how to do the data load testing?
Mention different types of joins?