write SQL command for table employee where print first name or last name start like "A" and who is working in domain(angular js,java,dotnet)
Answer Posted / deepanshu
select first name like "A%" ,last name like "A%" from employee where domain IN (angular,js,java,dotnet);
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is an class?
What is the static field modifier?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Can list contain null in java?
I want to persist data of objects for later use. What is the best approach to do so?
How to change the priority of thread or how to set priority of thread?
What are java packages? What is the significance of packages?
Which is the best sorting technique in java?
What are basic data types?
What is a boolean used for?
What are the common uses of "this" keyword in java ?
What are the types of literals?
Why main method is static in java?
What is another word for methodology?
Which sorting is best in java?