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
Why we use pl sql?
Does oracle use sql?
How would you convert date into julian date format?
What is the use of index in sql?
What is a stored procedure in sql with example?
What is meant by temporal data?
Explain the difference between sql and mysql.
Do prepared statements prevent sql injection?
Why schema is used in sql?
How do you clear the screen in sql?
What is the use of partition by in sql?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
What is primary key sql?
What is union?
What is view? Can we update view