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 is the arraystoreexception thrown?
What is a singleton factory?
Explain what is encapsulation?
Can inner class be public in java?
What are the advantages of defining packages in java?
What are the two environment variables that must be set in order to run any java programs?
How many bytes is a char in java?
How to make a read-only class in java?
What is an immutable class?
Is empty set an element of empty set?
What is null in java?
Is space a character in java?
What are data structures in java?
Can we assign null to double in java?
what is the significance of listiterator in java?