Question

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

A select * from emp where empid = 10003;
B select empid from emp where empid = 10006;
C select empid from emp;
D select empid where empid = 1009 and Lastname = 'GELLER';
E All are error free
Practice Next

Hey! Ask a query