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
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What type of value does sizeof return?
What are 3 boolean operators?
Is null an object java?
How can I right-justify a string?
What are the different types of java?
What is serial version uid and its importance in java?
How to Sort Strings which are given in List and display in ascending order without using java api.
What do you mean by compiler?
What is anagram of a string?
Why chararray() is preferred over string to store the password?
What is entry set in java?
What is time complexity java?
What are voids?
How do you override a method?