In which two cases would you use the USING clause?
a. The tables to be joined have multiple NULL columns.
b. You want to create a nonequijoin.
c. The tables to be joined have columns of the same name and different data types.
d. The tables to be joined have columns with the same name and compatible data types.