Home » MYSQL » Mysql Query Optimization » Question
  1. Which line of the following statements will produce error?
    1. SELECT Emp_name FROM Employee;
    2. SELECT Fname,Lname, Employee_id FROM Employee;
    3. SELECT * FROM Employee WHERE Employee_id=1;
    4. All of above
    5. None of these
Correct Option: E

None of these



Your comments will be displayed only after manual approval.