Question

In Oracle, which of the following statements would result in contacts and emails only for the clients in the state of New Hampshire?
a) Select contact, email From client Where state equals "NH"
b) Select contact, email From client Where state != "NH"
c) Select contact, email From client Where state = "NH"
d) Select contact, email From client Where state is "NH"

Answer

This answer is hidden. It contains 1 characters.