Which one of the following given statements possibly contains the error?

Which one of the following given statements possibly contains the error?
select empid where empid = 1009 and Lastname = ‘GELLER’;
Well Done. Your Answer is Correct Keep it Up!
select empid from emp;
select empid from emp where empid = 10006;
select * from emp where empid = 10003;

Leave a Reply

Your email address will not be published. Required fields are marked *