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"

Answers were Sorted based on User's Feedback



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

Answer / ajit

select level+49 from dual connect by level<=51

Is This Answer Correct ?    8 Yes 0 No

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

Answer / phani kumar

1:-select length('apple')from dual;


2:-select level+50 from dual connect by level<=51;

3:-select replace ('ABCD,EFGH,IJKL,PQRS',',')from dual;

Is This Answer Correct ?    3 Yes 1 No

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

Answer / ramya

select replace ('ABCD,EFGH,IJKL,PQRS',',','') from Customers;

Is This Answer Correct ?    1 Yes 0 No

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

Answer / obulesu

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

Is This Answer Correct ?    0 Yes 0 No

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

Answer / nishi.swain@gmail.com

1.SELECT 'APPLE' STRING,LENGTH('APPLE') FROM DUAL;
2.SELECT ROWNUM RN FROM DUAL CONNECT BY ROWNUM<=100 MINUS SELECT ROWNUM RN FROM DUAL CONNECT BY ROWNUM<=49;
3.SELECT 'ABCD,EFGH,IJKL,PQRS'STRING,
REPLACE('ABCD,EFGH,IJKL,PQRS',',') FROM DUAL;

Is This Answer Correct ?    0 Yes 0 No

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

Answer / ajit nayak

1:-select length('apple')
from dual;
o/p:-5

2:-select rownum
from dual
connect by level between 50 and 100;

3:-select replace ('ABCD,EFGH,IJKL,PQRS',',')
from dual;

Is This Answer Correct ?    4 Yes 5 No

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

Answer / chiranjeevi

select level+49 from dual connect by level<=100

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Oracle General Interview Questions

How do I know if oracle client is installed on windows?

0 Answers  


What is concurrency in oracle?

0 Answers  


which is best insttute for teradata,sybase,mysql,oracle in hyderabad

1 Answers  


definition of cluster and non-clustered index?

0 Answers   CSS,


you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz

0 Answers   iFlex,


What is the difference between truncate & delete command?

0 Answers  


How to define a variable of a specific record type?

0 Answers  


what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?

0 Answers  


What types of joins are used in writing subqueries?

0 Answers  


What are the factors causing the reparsing of SQL statements in SGA?

1 Answers  


what are the diffeenes between oracle 9i,oracle 10g

2 Answers  


How to create a new table in your schema?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1809)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)