Question: What does the following SQL statement return?

  1. It records in the Employees table where the value in the EmployeeName column doesn't have an "a".
  2. It records in the Employees table where the value in the EmployeeName column starts with "a".
  3. It records in the Employees table where the value in the EmployeeName column has an "a".
  4. 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".