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 |
Why do we use partitions in sql?
Explain the rollback statement?
what is user defined functions? : Sql dba
What does truncate mean in sql?
What is row_number () in sql?
Types of joins ?
Name the operator which is used in the query for pattern matching?
Authentication mechanisms in Sql Server ?
Is sql better than excel?
Write a sql select query that only returns each name only once from a table?
What is a constraint? Tell me about its various levels.
Does sql full backup truncate logs?
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)