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 |
What is a package in java? List down various advantages of packages.
hi to all. well can you please tell me that why String class is immutable? Thanks in advance.
how to make a un-checked exception as a checked exception one.
I need help please send me reply: Write a program "if given a string like 'HAT', the combination's returned should be like ATH,THA,TAH in java"?
How define set in java?
Are arrays primitive data types?
What is the difference between reader/writer and inputstream/output stream?
What type of language is java?
Suppose there is an array list [10,5,20,19,15,24].Print them in ascending & descending order in collection framework concept ???
How do you know if a value is nan?
What is volatile keyword in java
What is a parameter in a function?