in emptable i want to retrive the name of employee whose
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.

Answer Posted / nithya_raghu

select * from emp where empname like J%

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How retrieve field names from the table in SQL through JAVA code?

1396


What is cross join in sql server joins?

592


Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?

522


What is server-level principal?

98


How can you append an identity column to a temporary table?

451






What is system stored procedures?

581


What are different types of subquery?

718


but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration

525


What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?

520


where can you add custom error messages to sql server? : Sql server administration

577


How can you tell if a database object is invalid?

612


Explain the first normal form(1nf)?

555


How do use Having,Group by,Group function in SQL?

1352


How to generate random numbers with the rand() function in ms sql server?

564


How to create a new schema in a database?

549