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

How to compare strings in java?

1 Answers  


What is a function argument in java?

1 Answers  


Is java an open source?

1 Answers  


What will happen inside init() in servlet. my interviewer asked servlet lifecycle. i said "once servlet is loaded in to memory init() will be called which performs servlet initialization " . Again interview asked what values will be initialized . what is difference between init() and init(ServletConfig config).

2 Answers   Infinite Computer Solutions, TCS,


Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need

1 Answers   Microsoft, Wipro,


What are anonymous inner classes?

1 Answers  


How the threads are synchronized?

2 Answers   BMC, CTS,


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

1 Answers  


What is singleton class example?

1 Answers  


What do you mean by stream pipelining in java 8?

1 Answers  


Can we sort set in java?

1 Answers  


What is entry in java?

1 Answers  


Categories