Westonci.ca offers fast, accurate answers to your questions. Join our community and get the insights you need now. Our Q&A platform offers a seamless experience for finding reliable answers from experts in various disciplines. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

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' ;