Give SQL Query to find the number words in a sentence ?
ex: 'ram charan singh' then ans:3
Answer Posted / joel
select count('ram charan singh') dual;
| Is This Answer Correct ? | 2 Yes | 22 No |
Post New Answer View All Answers
How do I uninstall oracle 11g?
What are the types of partitions in oracle?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
What is meant by recursive hints in oracle?
What are the general rules on data consistency?
What is the data pump export utility?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How to bring a tablespace online?
Can you drop an index associated with a unique or primary key constraint?
What is data file?
How to unlock the sample user account in oracle?
List the types of joins used in writing subqueries?
How to define and use table alias names in oracle?
How do we get field details of a table?
What is the difference between I and G in Oracle?