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 the name of the java compiler?
explain the concept of virtual method invocation in polymorphism in detail?
What restrictions are placed on method overloading in java programming?
How many types of string data types are there?
Is age discrete or continuous?
What exactly is methodology?
Which is bigger float or double?
Explain tree set and its features?
What are conditionals and its types?
Does chrome use java?
What is method in java with example?
What is jar?
What is the use of StringTokenizer class?
What does 0 mean in boolean?
What is java ceil?