📝 Question
#1046
Which of the following statements contains an error?
✓
Correct Answer
A. Select * from emp where empid = 10003;
💡
Explanation
This query do not have from clause which specifies the relation from which the values has to be selected.
⌨️ Press
A
B
C
D
to select