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 we convert stringbuffer to string?
What is getkey () in java?
What are the differences between forwarding () method and sendredirect() methods?
Can you run java program without main method?
How do you use find and replace?
What is variable and its types?
What is the char data type?
What are void pointers?
Can we make constructors static?
methods in Applet?
Can we sort hashset in java?
any other way to print the text without using System.out.println() in java?