Answer Posted / a.brahmam
select length('HELLO')-length(replace('HELLO','L')) from dual;
ANS:=2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many tables can you join in sql?
How many sql databases can you have on one server?
what is the difference between where clause and having clause? : Sql dba
Explain the components of sql?
Is json a nosql?
Do ddl statements need commit?
how to calculate expressions with sql statements? : Sql dba
What is the difference between nvl function, ifnull function, and isnull function?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
Why do we use joins?
Can we join more than 2 tables in sql?
what is the use of double ampersand (&&) in sql queries?
What is nosql db?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
What is pl sql variable?