Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / deepa

For those who names starts with letter J is

select * from emp where name like 'j%'

For those who names with letter J is

select * from emp where name like '%j%'

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?

141


What are the types of processing and explain each? : sql server analysis services, ssas

1205


What is difference between rollback immediate and with no_wait during alter database?

1137


What is set nocount on and what is set nocount off?

996


What command is used to create a database in the sql server and how?

1243


If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security

1106


Explain about protocol layer present in SQL server?

1296


Does sql server 2000 full-text search support clustering?

915


How to define and use table alias names in ms sql server?

1213


What is molap and its advantage? : sql server analysis services, ssas

1036


Can a database be shrunk to 0 bytes, if not, why?

1167


What are the advantages of mirroring?

1043


How to create nested stored procedure?

1074


Describe triggers features and limitations?

1056


What is model database? : SQL Server Architecture

1192