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 data-driven test?
What are joins and mention different types of joins?
What is the way of writing testcases for database testing?
Why database testing is important?
Which sql statements can be used in database testing?
What do you mean by dml?
How to check a trigger is fired or not, while doing database testing?
What is retesting & how it is different from data driven testing?
What do you mean by dcl commands and explain the types of commands used by dcl?
Explain what is data driven test?
Without involving database checkpoints, how you can test a sql query in qtp?
How to use sql queries in winrunner/qtp?