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

How static variable work in java?

835


How do you calculate roots in java?

794


Which sorting algorithm is best in java?

765


EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.

8919


How many bytes is a string java?

771


Are variables stored in ram?

778


Is there a jre for java 11?

827


How to check if linked list contains loop in java?

662


What is a literal coding?

742


Is it possible for yielded thread to get chance for its execution again ?

788


explain local datetime api in java8?

789


How do you calculate square roots?

873


What happens if main method is not static?

736


What is the importance of hashcode() and equals() methods?

806


What is Java Annotations?

759