1Consider a table InternalParts with the structure Id, Description, Attrib1, Attrib2, Attrib3 and the next query: Which of the following statements is true?
SELECT * FROM InternalParts WHERE 'Description' IN (Attrib1, Attrib2, Attrib3)