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 / chiranjeevi
select level+49 from dual connect by level<=100
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the order of defining local variables and sub procedures/functions?
What is the difference between I and G in Oracle?
Is it possible to split the print reviewer into more than one region ?
Compare and contrast between sql and sql server and explain its various functions?
What are data pump export and import modes?
How to specify default values in insert statement using oracle?
Explain coalesce function?
What is clustered table in Oracle?
Explain how you would restore a database using RMAN to Point in Time?
Explain implicit cursor.
What is object data modeling?
What is oracle database 10g express edition?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
How to start your 10g xe server?
What is backup in Oracle?