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


Please Help Members By Posting Answers For Below Questions

What are the different types of methodologies?

533


How to use arraylist in java netbeans?

516


Which is the best approach for creating thread ?

729


Explain about class in java?

614


What is getkey () in java?

581






What is a class reference?

557


What is token in java?

536


What are the 6 functions?

519


is there a separate stack for each thread in java? : Java thread

544


What do you understand by private, protected and public?

531


What is sortedmap interface?

560


What is a method vs function?

569


What do you mean by static variable?

585


What are unchecked exceptions in java?

619


What is a layout manager and what are different types of layout managers available in java awt?

731