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 / ajit
select level+49 from dual connect by level<=51
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain about the analyze command in oracle?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
What is an oracle data file?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
What is the difference between PFILE and SPFILE in Oracle?
What is oracle in java?
How can I create database in oracle?
How to create a temporary table in oracle?
How to assign a tablespace to a users in oracle?
How to create a new user account in oracle?
Explain what are the advantages of views?
How to connect ms access to oracle servers?
How to create additional tablespaces for an new database?
what is the use of system.effective.date variable in oracle?
types of indexes and the rationale behind choosing a particular index for a situation.