Chapter 1

WHERE ExperimentType IN ('A', 'C') A14: A. Answer B would also delete rows with an ExperimentType of B. Answer C would take the OR of 'A' and 'C' before evaluating the LIKE clause. DELETE * is not valid T-SQL syntax. For more information, see the section "The DELETE Statement" in this chapter. ................
................