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 dcl commands and explain the types of commands used by dcl?
What rdbms stands for and what are the important rdmbs that sql use?
How to test data loading in data base testing?
How to test procedures and triggers of a database?
While testing stored procedures what are the steps does a tester takes?
Define join and name different type of joins?
Does qtp support sql queries?
Suppose a student column has two columns, name and marks. How to get name and marks of top three students.
You don’t have much time or only one day time, you have to execute 100 test cases, how you will execute
How to check a trigger is fired or not, while doing database testing?
Which sql statements can be used in database testing?
What does the rdbms stand for and what are the major rdbms used by sql?