Which of the following is not true about the USING keyword?

a) You code a USING clause in addition to the ON clause.
b) You use it to simplify the syntax for joining tables.
c) It can be used with inner or outer joins.
d) The join must be an equijoin, meaning the equals operator is used to compare the two columns.