Which of the following are to be considered while applying JOIN operations on two or more relations?
A. If two tables are to be joined on equality condition on the common attribute, then one may use JOIN with ON clause or NATURAL JOIN in FROM clause.
B. If three tables are to be joined on equality condition, then two JOIN or NATURAL JOIN are required.
C. N-1 joins are needed to combine N tables on equality condition.
D. With JOIN clause, we may use any relational operators to combine tuples of two tables.
Choose the correct answer from the options given below: