InterviewSolution
Saved Bookmarks
| 1. |
Suppose I Have Two Tables A And B. Both Tables Are Connected With Ssn Number As Foreign Key. I Want To Retrieve A Column Data From B Table. How Will You Write A Query? |
|
Answer» One can USE INNER JOIN to get DATA from TWO tables One can use Inner Join to get data from two tables |
|