What is sql character function?



What is sql character function?..

Answer / Vijay Pandey

SQL character functions operate on character strings (strings of characters) or columns containing such data. They are used for manipulating, converting, or formatting textual data, like CHAR(), LENGTH(), SUBSTRING(), or LPAD().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How to call the function and Procedure in trigger?

3 Answers   IBM,


how to fetch alternate records from a table? : Sql dba

1 Answers  


What is sql comments?

1 Answers  


Is id a reserved word in sql?

1 Answers  


Why is a trigger used?

1 Answers  


What are the data types allowed in a table?

3 Answers  


Why indexing is needed?

1 Answers  


What is difference between left and right outer join?

1 Answers  


Write a query to find second highest salary of an employee.

27 Answers  


What are the different set operators available in sql?

1 Answers  


How can i insert data inro a table with 3 columns using FORALL?

2 Answers   Oracle,


what tools available for managing mysql server? : Sql dba

1 Answers  


Categories