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...

write a query to count number of alphabets in given string
for example "APPLE"

write a query to generate sequence from 50 to 100


write a query to display in single string "ABCD,EFGH,IJKL,PQRS"

Answer Posted / obulesu

select length(regexp_replace('s,a,d,abc',','))
countofcharecter from dual

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a table index?

1164


What is the difference between postgresql and oracle?

1101


Can you drop an index associated with a unique or primary key constraint?

1067


How to rebuild an index in oracle?

1069


Which dictionary tables and/or views would you look at to diagnose a locking issue?

1950


Explain the use of file option in exp command.

1171


How to rename a tablespace in oracle?

1123


Can we use oracle pl/sql block in core java? if so how? pls get back to me .....

3015


If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?

2187


How to get a list of all user accounts in the database?

1129


How to drop an index in oracle?

1118


what is the scenario where you take the database to NoArchivelog mode?

2376


Is a rollback possible to any savepoint?

1146


Is there an oracle sql query that aggregates multiple rows into one row?

1020


15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

2352