Which of the following statements eliminates all but one of each set of duplicate rows in the DEPT column in the STAFF table?()

A . SELECT UNIQUE dept FROM staff B . SELECT DISTINCT dept FROM staff C . SELECT (dept) UNIQUE FROM staff D . SELECT (dept) DISTINCT FROM staff

时间:2022-09-06 03:24:33 所属题库:IBM(000-730)题库

相似题目