What is varchar data type in sql?



What is varchar data type in sql?..

Answer / Mahendra Singh Kotwal

The VARCHAR data type in SQL stands for variable character string. It stores a variable length of text up to the maximum limit specified by you (e.g., VARCHAR(255)).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

define join and explain different type of joins? : Sql dba

1 Answers  


How to read/write files from pl/sql?

1 Answers  


What are Anti joins

1 Answers   IBM,


How can we overcome recursive triggers in SQL?

1 Answers   iFlex,


what is query cache in mysql? : Sql dba

1 Answers  


Are sql views compiled?

1 Answers  


Do we need to rebuild index after truncate?

0 Answers  


Explain architecture of sql server notification services?

1 Answers  


what is sp_pkeys? : Transact sql

1 Answers  


What is linq to sql?

1 Answers  


what is the difference between a local and a global temporary table? : Sql dba

1 Answers  


What does over partition by mean in sql?

1 Answers  


Categories