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 steps need to be taken while testing stored procedures?
In database testing, what all things are required for writing good test cases?
Explain the qtp testing process?
How to test a dts package created for data insert update and delete?
What is the database trigger?
What rdbms stands for and what are the important rdmbs that sql use?
After entering the data from the front-end application interface, how do you test whether a database is updated or not?
How to use sql queries in qtp?
What does the rdbms stand for and what are the major rdbms used by sql?
In database testing, how to do the data load testing?
How does qtp evaluate test results?
Define join and name different type of joins?