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 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 |
Post New Answer View All Answers
What is the data pump import utility?
is there a tool to trace queries, like profiler for sql server?
How many categories of data types in oracle?
Is oracle a language?
What happens to the current transaction if the session is ended?
What is clustered table in Oracle?
What is oracle latest version?
What do you understand by a database object? Can you list a few of them?
What is translate in oracle?
What are the advantages of oracle 12c?
What are the differences between lov and list item?
How to Truncate Table in Oracle
How different is ms access and oracle?
In which language oracle has been developed?
What are the various oracle database objects?