write a qurey for finding the length of the sting.
Answer Posted / manjula
SELECT LEN ('string')
output :
6
Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
What is compound trigger?
What is server name sql?
how to select first 5 records from a table? : Sql dba
What is hibernate and its relation to sql?
Can we use distinct and group by together?
Write the command to remove all players named sachin from the players table.
Are sql database names case sensitive?
How to Execute a Package in PL/SQL.?
Why do we need view in sql?
What is the function that is used to transfer a pl/sql table log to a database table?
Explian rowid, rownum?
Can function return multiple values in sql?
Mention what is the use of function "module procedure" in pl/sql?
how many columns can be used for creating index? : Sql dba
how many tables will create when we create table, what are they? : Sql dba