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 / ramya
select replace ('ABCD,EFGH,IJKL,PQRS',',','') from Customers;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a nvl function? How can it be used?
Compare and contrast between sql and sql server and explain its various functions?
How to convert numbers to characters in oracle?
How can we find out the current date and time in oracle?
How to generate query output in html format?
What is program global area (pga) in oracle?
what is the dual table in oracle?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
How index is implemented in oracle database?
what happened to the global index when I truncate the data in one of the partition?
How to fetch the row which has the max value for a column?
How can I get column names from a table in oracle?
Explain oracle data types with examples?
Explain joins in oracle?
Does oracle partitioning improve performance?