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
How static variable work in java?
How do you calculate roots in java?
Which sorting algorithm is best in java?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
How many bytes is a string java?
Are variables stored in ram?
Is there a jre for java 11?
How to check if linked list contains loop in java?
What is a literal coding?
Is it possible for yielded thread to get chance for its execution again ?
explain local datetime api in java8?
How do you calculate square roots?
What happens if main method is not static?
What is the importance of hashcode() and equals() methods?
What is Java Annotations?