Which two statements are true regarding the USING and ON clauses in table joins?
(Choose two.)
A.
The WHERE clause can be used to apply additional conditions in SELECT
statementcontaining the ON or the USING clause
B.
The ON clause can be used to join tables on columns that have different names but
compatible data types
C.
A maximum of one pair of columns can be joined between two tables using the ON
clause
D.
Both USING and ON clause can be used for equijoins and nonequijoins