you query the database with this command
select name
from employees
where name LIKE '_a%';
Answers
Answered by
0
you query the database with this command select name
from employees
where name like Abhishek
Similar questions