Answer Posted / ansupriya
SELECT LENGTH(REPLACE(TRANSLATE('HELLO','HEO',' '),' ')) FROM DUAL
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is primary key secondary key alternate key candidate key?
How can we avoid duplicating records in a query?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
Can we change the table name in sql?
explain commit and rollback in mysql : sql dba
What are basic techniques of indexing?
What is cursor status?
How to start the command-line sql*plus?
What are different joins used in sql?
Which is better varchar or nvarchar?
how can we optimize or increase the speed of a mysql select query? : Sql dba
How do I install sql?
What is the use of sql trace?
What is an exception in pl/sql?
What are character functions in sql?