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 subquery in oracle?
How to drop an existing view in oracle?
What are the different types of synonyms?
What are transaction isolation levels supported by oracle?
How to synchronize 2 schema's objects?
Explain the features of oracle?
Explain the difference between sql and oracle?
What is columnar storage what is the advantage?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
What is Trigger in Oracle?
Does oracle partitioning improve performance?
Calculate difference between 2 date / times in oracle sql?
what is the dual table in oracle?
What is flashback in Oracle?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?