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 / nishi.swain@gmail.com
1.SELECT 'APPLE' STRING,LENGTH('APPLE') FROM DUAL;
2.SELECT ROWNUM RN FROM DUAL CONNECT BY ROWNUM<=100 MINUS SELECT ROWNUM RN FROM DUAL CONNECT BY ROWNUM<=49;
3.SELECT 'ABCD,EFGH,IJKL,PQRS'STRING,
REPLACE('ABCD,EFGH,IJKL,PQRS',',') FROM DUAL;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
How to delete a column in an existing table?
What is the usage of merge statement?
Point the difference between translate and replace?
What is raw datatype?
How to synchronize 2 schema's objects?
How to define a cusotmer as a supplier in ORACLE R12
What is oracle datasource?
Differentiate between translate and replace?
Give the advantages and disadvantages of clusters.
how do u setup a replication site?
Will you be able to store pictures in the database?
What is primefaces used for?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..