CS403-Database Management System Quiz MCQs Lecture 23-45 Finalterm Objective Questions | SUPERSTARWEBTECH
CS403-DBMS Quiz MCQS #Objective #Questions #Finalterm 1. Consider a table “emp” having fields Empname, EmpID, Age, salary. Which of the following is true if the following SQL statement tries to execute? SELECT * FROM emp WHERE Empname=’ALI’ ORDER BY Age; The statement has a syntax error The statement displays the entire fields from emp in …