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 Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

When is the arraystoreexception thrown?

772


What is a singleton factory?

725


Explain what is encapsulation?

822


Can inner class be public in java?

745


What are the advantages of defining packages in java?

738


What are the two environment variables that must be set in order to run any java programs?

722


How many bytes is a char in java?

773


How to make a read-only class in java?

817


What is an immutable class?

841


Is empty set an element of empty set?

833


What is null in java?

703


Is space a character in java?

761


What are data structures in java?

724


Can we assign null to double in java?

764


what is the significance of listiterator in java?

807