HomeRelational Database and SQL (Preeti Arora) Write a query to display the name of employee whose name contains A as third alphabet. 0 Comments Facebook Twitter Q. Write a query to display the name of employee whose name contains 'A' as third alphabet.Answer =Select ename from EmplWhere ename like “ _ _A% ” ;
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )