With SQL, how do you select all the records from a table named "Persons where the value of the column "FirstName" starts with an "a"? O SELECT * FROM Persons WHERE FirstName=' SELECT * FROM Porsons WHERE First Name LIKE SELECT * FROM Parsons WHERE FirstName LIKE SELECT * FROM Persons WHERE FirstName%%