Database MCQS - QUESTION DETAILS

Which MySQL data type is used to store large text values?
A. VARCHAR
B. TEXT
C. BLOB
D. CHAR

'TEXT' is used to store large text values in MySQL.

Similar Questions

In MySQL, what is the purpose of the BLOB data type?






Which MySQL statement is used to grant all privileges to a user?






In Oracle, what is the purpose of the GROUP BY clause?






Which SQL statement is used to remove a table from a database?






In SQL Server, what is the purpose of the PARSE() function?






Which Oracle statement is used to grant all privileges to a user?






Which SQL Server statement is used to remove an index from a table?






What is the purpose of the SQL COALESCE() function?






Which SQL Server function is used to find the difference between two dates?






In MySQL, what is the purpose of the DESC keyword in an ORDER BY clause?