1) Which one of the followings given statement correct? A) Select * from enp where eopid = 103; B) Select from enp where eopid = 103; C) Select eopid…
Class 12 Computer Science · 2081 · Solved Question with Answer
1) Which one of the followings given statement correct?
A) Select * from enp where eopid = 103; B) Select from enp where eopid = 103;
C) Select eopid where enp = 103 from emp; D) Select eopid where eopid = 103 and table = emp;
