Suppose we have a data set with a lot of "11" values, we want to remove them. In that case which of the following operator would be most suitable to use?
a. Delete rows where values equals to "zero".
b. Delete rows where values equals to "11".
c. Delete rows where values equals to "eleven".
d. Delete rows where values equals to "zero OR 11".