A
Q. Is there any error in executing the following MySQL command?
SELECT emp_id, ‘ACTIVE’,
emp_id * 3.145,
UPPER (lname)
FROM Employee;
- Correct Answer - Option(B)
- Views: 31
- Filed under category MySQL
- Hashtags:
Discusssion
Login to discuss.