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
How to write date and time literals in oracle?
Explain the types of exception?
How to create a stored function in oracle?
Can we use bind variables in oracle stored procedure?
How to bring a tablespace online?
definition of cluster and non-clustered index?
Explain what are clusters?
What are advantages of dateset in datastage?
What is oracle in java?
State some uses of redo log files?
What is a table index in oracle?
What is the difference between I and G in Oracle?
What is a system tablespace and when it is created?
Explain user account with reference to oracle.
What is a tns service name?