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 database procedures and triggers?
In database testing, how to do the data load testing?
What are the types of data-driven testing?
How do you test whether a database in updated when information is entered in the front end?
How do you test whether the database is updated as and when an information are added in the front end?give me an example?
What we normally check for the database testing?
What is the syntax to add record to a table?
What is a trigger? How do you verify if a trigger is fired or not?
What are the possible values for boolean data field.
How to test procedures and triggers of a database?
What is the process of database testing?
How to write test cases from requirements, do the requirements signify the exact functionality of aut?