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
Does oracle charge for java?
How to get a create statement for an existing table?
What is set verify off in oracle?
What happens to the current transaction if a ddl statement is executed?
Explain the types of exception?
What are the types of partitions in oracle?
6. Display the client name and order date for all orders using the traditional method.
What are triggers in oracle?
How to assign a tablespace to a users in oracle?
Explain oracle left join with an example?
What is a table in oracle?
How to view all columns in an existing table?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
What is instant client oracle?
How to create a table in a specific tablespace?