Correct Answer: CHAR, VARCHAR, TEXT data types can include the CHARACTER SET and COLLATE attributes.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
MySQL Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More MySQL MCQ Questions
In MySQL 5.6, if either operand has a noninteger type. the operands are converted to DECIMAL and divided using DECIMAL arithmetic before converting the result to BIGINT.
How many bytes are required to store the MEDIUMINT numeric data type?
Which is an integer division operator?
Which Bit function is used to invert all bits?
Which queries will return ONE as the result?
Which is used to access a result set stored in memory after execution of a query, allowing the result data to be manipulated on a row-by-row basis?
What command executed by a client exports data to a file?
Which will return the values of the 'order' column in the 'slides' table in descending order?
Which queries returns 100 results, starting from the 25th result?
Which foreign keys do MyISAM tables support?