1.

Is there any error in executing the following query?
SELECT Student_id,  ACTIVE ,
Student_id * 3.145,
UPPER (LastName)
FROM Student;

A. NO
B. Depends on condition
C. Yes
D. Undefined behaviour
E. None of these
Answer» B. Depends on condition


Discussion

No Comment Found

Related MCQs