1.

What will be the result of the query given below?
SELECT Student_id,
ACTIVE STATUS,
Student_id * 3.14 Student_pi,
UPPER (LName) Last_Name
FROM Student;

A. Error
B. Student_id, ACTIVE, Student_id * 314, UPPER(LName)
C. Student_id, Status, Student_pi, Last_Name
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs