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