Give SQL Query to find the number words in a sentence ?
ex: 'ram charan singh' then ans:3
Answer Posted / sanjaya
select regexp_count('RAM CHARAN SINGH','s')+1 from dual;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to assign a tablespace to a users in oracle?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
What is an oracle transaction?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
What is a read only transaction in oracle?
Explain the features of oracle?
How do you tell what your machine name is and what is its IP address?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
How to create a new oracle data file?
What is user managed backup in Oracle?
How to invoke the data pump import utility?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What are the different types of trigger and explain its various uses and functions?
How do you bind variables in oracle?
Explain what are the uses of rollback segment?