Database MCQS - QUESTION DETAILS

What is the default storage engine in MySQL?
A. MyISAM
B. InnoDB
C. MEMORY
D. ARCHIVE

The default storage engine in MySQL is MyISAM.

Similar Questions

Which command is used to select all columns from a table named "employees"?






What is the purpose of the SQL WHERE clause?






What does SQL stand for in the context of Oracle Database?






Which SQL function is used to find the total number of rows in a table?






In Oracle, what is the purpose of the JOIN clause?






What does SQL stand for?






Which Oracle clause is used to add an index to an existing table?






What is the purpose of the Oracle NVL() function?






In Oracle, what is the purpose of the DBMS_OUTPUT.PUT_LINE() procedure?






Which SQL statement is used to insert new data into a table?