write a qurey for finding the length of the sting.
Answers were Sorted based on User's Feedback
Answer / srinivas
select length('abc') from dual;
out put:
3
(or)
select length(<columname>) from <table>;
| Is This Answer Correct ? | 35 Yes | 3 No |
Answer / ajmal khan
select length('string') from dual;
or
select length(column_name) from table_name;
| Is This Answer Correct ? | 1 Yes | 0 No |
What is natural join in sql?
Explain the structure of pl/sql in brief.
What are the two different parts of the pl/sql packages?
How do we accept inputs from user during runtime?
How do I save a sql query?
How do I count rows in sql query?
How can you tell the difference between an index and a view?
Is coalesce faster than isnull?
What is time based sql injection?
How many sectors are in a partition?
What are different types of functions in sql?
What are the difference between Functions/Stored Procs and Triggers and where are they used.
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)