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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain integrity constraint?

654


What is meant by joins? List out the types of joins.

533


what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?

2055


Give the constructs of a package, function or a procedure.

551


What is an oracle user role?

579






What is private procedure oracle?

536


How to connect ms access to oracle servers?

556


WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?

1810


HI, Please let me know the syllabus for Oracle OCA and OCP Certification

1959


Difference between open_form and call_form in oracle.

695


Is a rollback possible to any savepoint?

565


Explain what are the type of synonyms?

589


Explain the use of rows option in imp command.

609


What is a user role in oracle?

623


Why does Oracle not permit the use of PCTUSED with indexes?

1962