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
When throws keyword is used?
Is string is a keyword in java?
How do you use compareto method?
What do you mean by global variable?
Is null an object java?
What are unchecked exceptions in java?
Using callable statement how can you pass out parameters, explain with example?
Is java free for businesses?
What is the old name of java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is the purpose of using break in each case of switch statement?
How do you initialize an arraylist in java?
What is the output of the below java program?
How to write custom exception in java?
What are basic keywords?