adplus-dvertising
frame-decoration

Question

In the CREATE TABLE statement, the engine name specified is case sensitive.

a.

True

b.

False

c.

May be True or False

d.

Can't say

Answer: (b).False

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In the CREATE TABLE statement, the engine name specified is case sensitive.

Similar Questions

Discover Related MCQs

Q. Which keyword is used to create a table as a temporary copy of itself?

Q. Which storage engine enables to access tables from a MySQL server managed by another server?

Q. It is possible to drop multiple tables in the same statement.

Q. The default index type for MEMORY tables is __________

Q. The statement to change the table name is __________

Q. The general term for information about databases and the objects in MySQL is _________

Q. Which statement is used to determine the storage engine for individual tables?

Q. INFORMATION_SCHEMA is based on the SQL standard.

Q. Which disk data does FILES table in INFORMATION_SCHEMA store?

Q. The information about table index characteristics is stored in which table of INFORMATION_SCHEMA?

Q. Which table in INFORMATION_SCHEMA stores information about storage engines and server plugins?

Q. INFORMATION_SCHEMA is more portable than SHOW statements.

Q. Which table stores information about the threads executing within the server?

Q. The command which lists databases managed by the server is _____________

Q. The option in mysqlshow to show information about indexes in a table is _________

Q. SELECT select_list FROM table_list WHERE row_constraint GROUP BY grouping_columns; Which of these is not optional?

Q. In inner join, result is produced by matching rows in one table with rows in another table.

Q. The join where all possible row combinations are produced is called _________

Q. The clause that filters JOIN results is called _________

Q. CROSS JOIN and JOIN are similar to __________