What are joins and mention different types of joins?
Answer Posted / 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 |
Post New Answer View All Answers
In database testing, how to do the data load testing?
Can you test database manually, if yes; then how, explain with example?
Explain database testing?
What does the rdbms stand for and what are the major rdbms used by sql?
What is the difference between gui testing and database testing?
What are the necessary things needed for writing database test cases?
What is load testing and give some examples of it?
What is data driven test?
How do you verify whether a database is updated when passing the data through front end?
What are joins?
What is cmmi and describe different levels of cmm?
Without using database checkpoints, how you test a sql query in qtp?
What do you mean by index and explain different types of indexes?
Explain how to use sql queries in qtp ?
What is difference between local and global temporary table?