write a qurey for finding the length of the sting.
Answer Posted / ajmal khan
select length('string') from dual;
or
select length(column_name) from table_name;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is pl sql in dbms?
What is the difference between mdf and ndf files?
How many joins can you have in sql?
what are the limitations of identity column? : Transact sql
Mention what is the use of function "module procedure" in pl/sql?
what is the difference between a web-garden and a web-farm? : Sql dba
Why do we need sharding?
Is sql a dbms?
What is cursor and its types?
can sql servers linked to other servers like oracle? : Sql dba
What is meant by <> in sql?
what are the advantages of mysql in comparison to oracle? : Sql dba
Is sql dba a good career? : SQL DBA
what are the types of subquery? : Sql dba
How to return an array from java to pl/sql?