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 / phani kumar
1:-select length('apple')from dual;
2:-select level+50 from dual connect by level<=51;
3:-select replace ('ABCD,EFGH,IJKL,PQRS',',')from dual;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the use of parfile option in exp command.
How does Oracle guarantee data integrity of data changes?
In which language oracle has been developed?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
how to join query for one source type is oracle another source type is sql server ?
Explain do view contain data?
How to test null values?
What is object data modeling?
How to export data with a field delimiter?
Explain user account with reference to oracle.
How do I know if oracle is installed on windows?
What is not equal to in oracle?
Explain the use of constraints option in exp command.
What is a Garbage Collection? and what is full recursive Garbage collection?
How to change user password in oracle?