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

What do you understand by overloading and overriding in java?

0 Answers  


what is the J2EE BluPrints?

0 Answers  


What data type is true or false?

0 Answers  


How many objects are created for a singleton class

7 Answers   Ness Technologies,


How many bytes is a string?

0 Answers  






How to display all the prime numbers between 1 and 100

0 Answers  


What is user defined exception in Java?

0 Answers   TCS,


Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain

0 Answers  


Where are local variables stored?

0 Answers  


Are arrays immutable in java?

0 Answers  


What are heap memory and stack memory and what are memory tables.

0 Answers   Aspiring Minds,


Explain the difference between arraylist and linkedlist in java?

0 Answers  


Categories