Question: What does the following SQL statement return?
- It records in the Employees table where the value in the EmployeeName column doesn't have an "a".
- It records in the Employees table where the value in the EmployeeName column starts with "a".
- It records in the Employees table where the value in the EmployeeName column has an "a".
- It records in the Employees table where the value in the EmployeeName column ends with "a".
Answer: The correct answer of the above question is Option B:It records in the Employees table where the value in the EmployeeName column starts with "a".