Computer Science, asked by 01tara2345, 1 month ago

Which one of the following given statements
possibly contains the error?
a.
select empid from emp where empid =
10006;
b.
select empid where empid = 1009 and
Lastname = 'GELLER';
C.
select empid from emp,
d. select * from emp where empid = 10003;​

Answers

Answered by 2017snehaindulkar
3

Ans is B

select empid from EMP

where empid=1009 and lastname='Gallery;

Similar questions