Q. Write a query to display the name of employee whose name contains 'A' as third alphabet.


Table ---



Answer =

Select ename from Empl
Where ename like " _ _A% ";

10 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

  1. Thank you so much for your hardwork.

    ReplyDelete
  2. Inplace of like function can we use = operator?
    for example: where ename=_ _ 'A%';

    ReplyDelete
  3. it needs to be == in that case

    ReplyDelete
  4. thank u so much for your great efforts and hardwork ................It really helps me a lot.

    ReplyDelete
  5. What does it_ mean?

    ReplyDelete
  6. Dear Education Website Moderator,

    I am writing to you today to express my sincere gratitude for your hard work and dedication to making education more accessible to everyone. As a student, I have benefited greatly from the resources and support that you provide.

    I remember when I first started using your website, I was feeling lost and confused about my studies. I didn't know where to start or how to find the information that I needed. But thanks to your helpful FAQs, tutorials, and other resources, I was able to quickly get up to speed and start learning.

    ReplyDelete

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post