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 / 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 |
Can java object be locked down for exclusive use by a given thread?
Differece between class and generic class?
Can we overload final method in java?
How is java created?
How can you set the applet size?
what is real-time example of runtime polymorphism and compile time polymorphism
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
0 Answers HCL, SAP Labs, Vital Soft,
How many bits is a 64 bit byte?
What is I/O Filter?
What are loops in java? What are three types of loops?
Is the milky way in a void?
What is the difference between == and === javascript?