Give SQL Query to find the number words in a sentence ?
ex: 'ram charan singh' then ans:3
Answers were Sorted based on User's Feedback
Answer / bhakti
select length(trim('ram charan singh')) - length (replace
(trim ( 'ram charan singh'),' ','')) +1 from dual
| Is This Answer Correct ? | 19 Yes | 3 No |
Answer / sanjaya
select regexp_count('RAM CHARAN SINGH','s')+1 from dual;
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between cartesian join and cross join?
How to create an initialization parameter file?
i must get table name, constraint type, constrain name with using concads "||" and it must be in string type, then with join processes i need code please help immidiately
Explain what are the different type of segments?
10. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.
What is a Redo Log ?
How to get the Installed Oracle Version Information ?
WHAT IS ecc 6.0
What is cursor
What is a system tablespace and when it is created?
Define 'view' advantage ?
what is the use of composite key constraint?