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 to test a dts package created for data insert update and delete?
What are joins and mention different types of joins?
What is the way of writing testcases for database testing?
Suppose a student column has two columns, name and marks. How to get name and marks of top three students.
How to use sql queries in winrunner/qtp?
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it?
What are the necessary things needed for writing database test cases?
What is performance testing and what are the bottlenecks of performance testing?
What is the meaning of record in a database?
How to test database in manually?
What do you mean by data-driven test?
To manage and manipulate the test table what are the sql statements that you have used in database testing?