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)



write SQL command for table employee where print first name or last name start like "A" an..

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

Post New Answer

More Core Java Interview Questions

Can a class be declared as protected?

0 Answers  


Does constructor creates the object ?

0 Answers  


Break statement can be used as labels in java?

0 Answers  


what is the constructor and how many types of constructors are used in java?

0 Answers  


Is set ordered?

0 Answers  






Does collectionutils isempty check for null?

0 Answers  


What is static and a non-static inner class?

3 Answers  


Which class is the superclass of all classes?

0 Answers  


What is break and continue statement?

0 Answers  


What is parseint?

0 Answers  


what is struts-config-xml?and its use?

3 Answers  


How do you check if a string is lexicographically in java?

0 Answers  


Categories