Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Our platform provides a seamless experience for finding precise answers from a network of experienced professionals. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

Which query returns all records that start with the character . a . from the name column in the employees table?
o SELECT name FROM employees WHERE name LIKE 'as";
o SELECT name FROM employees WHERE name LIKE a;
o SELECT name FROM employees WHERE name LIKE 'Sa' ;
o SELECT name FROM employees WHERE name = as' ;