How do you control the max size of a HEAP table?
Correct Answer: MySQL config variable called max_heap_table_size.
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
Which are valid Scalar Functions?
Default port for MySQL Server?
Correct syntax to create a view?
Correct syntax to get the MySQL Version?
Correct syntax to turn on the global event scheduler?
What will happen if two tables in a database are named rating and RATING?
Is the following query valid? create table foo (id int primary key auto_increment, name varchar);
Consider the following tables: Books ------ BookId BookName AuthorId SubjectId PopularityRating (the popularity of the book on a scale of 1 to 10) Language (such as French, English, German etc) Subjects --------- SubjectId Subject (such as History, Geography, Mathematics etc) Authors -------- AuthorId AuthorName Country Which is the query to determine the Authors who have written at least 1 book with a popularity rating of less than 5?
Which is not a MySQL statement?
Which is a valid declaration?