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
What are the differences between date and timestamp in oracle?
Is truncate autocommit in oracle?
How to count duplicated values in a column in oracle?
What is a proxy object?
How to create a new user account in oracle?
Explain about functional dependency and its relation with table design?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
What is an oracle database table?
What are the general rules on data consistency?
What is the difference between substr & instr functions?
How to pass parameters to procedures in oracle?
How to convert characters to times in oracle?
How index is implemented in oracle database?
What is blob datatype?
What are the parameters that we can pass through a stored procedure?