What is string data type in sql?



What is string data type in sql?..

Answer / Shashank Pandey

The string data type in SQL stores a sequence of characters. It can be defined with different lengths, such as char(n), varchar(n), nvarchar(n), or nchar(n). The difference between them lies in the way they handle multiple-byte characters.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Write a query to display the current date in sql?

1 Answers  


What are the differences between implicit and explicit cursors?

1 Answers  


How do I view tables in sql developer?

1 Answers  


Is sql workbench free?

1 Answers  


how to convert numeric values to character strings? : Sql dba

1 Answers  


what is a cursor

9 Answers   IBM, TCS, Wipro,


What is pl sql commands?

1 Answers  


What is %type in sql?

1 Answers  


How will you a activate/deactivate integrity constraints?

2 Answers  


What are sql objects?

1 Answers  


How would you pass hints to the sql processor?

1 Answers  


What is Collation Sensitivity ? What are the various type ?

1 Answers  


Categories