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 class is a data type?
Using callable statement how can you pass out parameters, explain with example?
What are the three parts of a lambda expression? What is the type of lambda expression?
what are the disadvantages of indexes in oracle?
0 Answers 3i Infotech, Wells Fargo,
What is the difference between java and .Net?
Why does java have two ways to create child threads?
Can we have multiple classes in single file ?
What do you mean by aggregation?
Can an object subclass another object?
What is ‘is-a ‘ relationship in java?
What are some characteristics of interference class?
What are the java ide's? Explain