Question:Consider the query:
SELECT name
FROM Students
WHERE name LIKE '_a%';
Which names will be displayed? 

A Names starting with "a" 

B Names containing "a" as the second lette 

C Names starting with "a" or "A" 

D Names containing "a" as any letter except the first 

+ Answer
+ Report
Total Preview: 1243

Copyright © 2024. Powered by Intellect Software Ltd