In SQL, which syntax is correct for selecting unique row from tblstudent?

  • A. SELECT UNIQUE name FROM tblstudent
  • B. SELECT ATOMIC name FROM tblstudent
  • C. SELECT DISTINCT name FROM tblstudent
  • D. None correct

Answer: Option C