Multiple choice Which of the following statements contains an error? Select * from employee where empid = 505 Select empid from employee where empname = John Select empid from employee Select empid where empid = 509 and lname = John Select * from employee where empid = 305 Reveal answer Fill a bubble to check yourself D Correct answer Explanation This option is correct because the query does not have 'from' clause which specifies the relation/table from which the values have to be selected.