Question Details

Detailed explanation and options for the selected question.

Which of the following is a valid datatype in SQL for storing large textual data?

A. TEXT
B. VARCHAR
C. INTEGER
D. FLOAT

Explanation:

TEXT is used to store large textual data in SQL. VARCHAR stores smaller strings, and INTEGER and FLOAT are numeric datatypes.