Programming Languages C++ Objective
Mar 13, 2013

Which of the following statements contains an error?

Choose the correct answer:
A) SELECT * FROM emp WHERE empid = 493945;
B) SELECT empid FROM emp WHERE empid= 493945;
C) SELECT empid FROM emp;
D) SELECT empid WHERE empid = 56949 AND lastname = ‘SMITH’;
Detailed Explanation

Option D is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback