InterviewSolution
Saved Bookmarks
| 1. |
Which are the join types in join condition:(a) Cross join(b) Natural join(c) Join with USING clause(d) All of the mentionedI had been asked this question during a job interview.The query is from Join Expressions in section SQL : Queries, Constraints and Triggers of Database Management |
|
Answer» Right option is (d) All of the mentioned |
|