adplus-dvertising
frame-decoration

Question

In MyISAM tables, when a table is emptied with the TRUNCATE TABLE, the counter begins at _____________

a.

0

b.

1

c.

-1

d.

arbitrary

Answer: (b).1

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In MyISAM tables, when a table is emptied with the TRUNCATE TABLE, the counter begins at _____________

Similar Questions

Discover Related MCQs

Q. The expression 12 DIV 5 evaluates to ____________

Q. If the PIPES_AS_CONCAT is disabled, ‘abc’ || ‘xyz’ results in ____________

Q. ‘abc’ || ‘xyz’, when PIPES_AS_CONCAT is enabled, results in ____________

Q. The expression ‘2 BETWEEN 2 AND 5’ results in ____________

Q. REGEXP takes collation into account.

Q. The expression ‘HI’ LIKE NULL results in _____________

Q. If the operands are non binary strings, LIKE compares them according to their collation.

Q. The number of strings among the following matched with ‘%all%’ is _____________

Ball, baller, tall, tallest

Q. Which of the following is the correct order of precedence (high to low)?

Q. 0x61 + 0 results in _____________

Q. The AUTO_INCREMENT column attribute is best used with which type?

Q. Which datatype is best suited to store currency values?

Q. MySQL provides a date type that has an optional time part.

Q. If a column is expected to store values up to 2 million, the best datatype for it is _____________

Q. Which of these types store the longest length of strings?

Q. AUTO_INCREMENT columns must be NOT NULL.

Q. Which of these values is not valid as an AUTO_INCREMENT value?

Q. If an integer column is used for the values in range 1 to 99999, the best suitable datatype is ____________

Q. INT2 maps to MySQL type _____________

Q. INT3 maps to MySQL type _____________