What is ntext?



What is ntext?..

Answer / Subodh Kumar

NTEXT was a data type in SQL Server used for storing large amounts of text data. However, it has been deprecated and replaced with the VARCHAR(MAX) or NVARCHAR(MAX) data types in newer versions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to display top 50 rows?

1 Answers  


What is mysql_query?

1 Answers  


How to create a new view in mysql?

1 Answers  


What are the other commands to know the structure of table using MySQL commands except explain command?

2 Answers   SigmaTree,


What is the purpose of -> in the mysql terminal?

1 Answers  


What is information_schema in mysql?

1 Answers  


How is mysql database stored?

1 Answers  


What is the current version of mysql?

1 Answers  


What are mysql functions?

1 Answers  


What is blob in mysql?

1 Answers  


What are numeric data types?

1 Answers  


What is mysql connector used for?

1 Answers  


Categories