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 / chiranjeevi
select level+49 from dual connect by level<=100
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What privilege is needed for a user to connect to oracle server?
What is oracle update statement with inner join ?
What is execute immediate in oracle?
What happens if you set the sga too low in oracle?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
How can we find out the duplicate values in an oracle table?
How to see the table columns used in an index?
How would you begin to troubleshoot an ORA-3113 error?
What are data pump export and import modes?
What are the roles of dba?
How to count duplicated values in a column in oracle?
types of indexes and the rationale behind choosing a particular index for a situation.
In what script is snap$ created? In what script is the scott/tiger schema created?
What is a server parameter file in oracle?
How to use "while" statements in oracle?