InterviewSolution
Saved Bookmarks
| 1. |
Differentiate Between Keep And Joins? |
|
Answer» Keep and joins do the same FUNCTIONS but in keep creates the two tables WHEREAS JOIN only creates the one table. Keep is used before the load or SELECT STATEMENTS. Keep and joins do the same functions but in keep creates the two tables whereas join only creates the one table. Keep is used before the load or select statements. |
|