Computer Science, asked by Sapnapearl7166, 9 months ago

4. The name column of a table 'student' is given below. Name Anu Sharma Rohan Saini Deepak Sing Kannika Goal Kunal Sharma Based on the information, find the output of the following queries: Select name from student where name like "%a"; Select name from student where name like "%h%";

Answers

Answered by srajfaroquee
2

Answer:

1. For Select name from student where name like "%a";

Result:

Anu Sharma

Kunal Sharma

2.  For Select name from student where name like "%h%";

Result:

Anu Sharma      

Rohan Saini      

Deepak Singh  

Kunal Sharma  

**Please follow me and mark this ans as Branliest answer.Thank you!

Similar questions