Home »
MCQs »
MariaDB MCQs
Which is not a large object data type in MariaDB?
36. Which is not a large object data type in MariaDB?
- mediumblob
- tinyblob
- char(size)
- longtext
Answer: C) char(size)
Explanation:
The char(size) is not a large object data type in MariaDB. The rest of the others are used to store large object-type values.