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 / 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 |
what is difference between equals and ==?
how can i kill thread without stop() and destroy()
Why we use set in java?
What is the purpose of using the java bean?
What are extraneous variables examples?
What is nested class?
What is the base class of all classes?
Define array. Tell me about 2-D array.
What is a top level class in java?
What is the difference between the size and capacity of a vector?
What is java and its types?
What is static keyword?