ExamQuestions.com

Register
Login
Oracle Datbase 12c SQL Exam Questions

Oracle

Oracle Datbase 12c SQL

34 / 120

Question 34:

Which statement is true about an inner join specified in a query`s WHERE clause? 

Answer options:

A. It only applies for equijoin conditions.
B. It applies for equijoin and nonequijoin conditions.
C. It requires column names to be the same in all tables being joined.
D. It must have primary-key and foreign-key constraints defined on the join columns.