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 |
Is ruby built on java?
What data type is a string?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
Why are the methods of the Math class are static?
What does sprintf return?
What are methods?
Will set allow duplicates in java?
How the elements are organized in GridBagLayout?
Where is jre installed?
What is linked hashmap and its features?
What is derived datatype?
What is a numeric string?