InterviewSolution
Saved Bookmarks
| 1. |
What Is Join? |
|
Answer» Join is data retrieval OPERATION that combines rows from MULTIPLE tables under CERTAIN MATCHING conditions to form a SINGLE row. Join is data retrieval operation that combines rows from multiple tables under certain matching conditions to form a single row. |
|