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)



write SQL command for table employee where print first name or last name start like "A" an..

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

Post New Answer

More Core Java Interview Questions

Can we convert stringbuffer to string?

0 Answers  


What is getkey () in java?

0 Answers  


What are the differences between forwarding () method and sendredirect() methods?

0 Answers  


Can you run java program without main method?

0 Answers  


How do you use find and replace?

0 Answers  


What is variable and its types?

0 Answers  


What is the char data type?

0 Answers  


What are void pointers?

1 Answers  


Can we make constructors static?

0 Answers  


methods in Applet?

1 Answers  


Can we sort hashset in java?

0 Answers  


any other way to print the text without using System.out.println() in java?

5 Answers   IBM, Infosys,


Categories