Explain advantages of InnoDB over MyISAM?
Answer / amith
Row-level locking, transactions, foreign key constraints
and crash recovery.
Is This Answer Correct ? | 15 Yes | 1 No |
What are all the Common SQL Function?
Is mysql relational?
How to create a new table by selecting rows from another table in mysql?
How to display top 10 rows in mysql?
how many table created when we create a table in mysql?
How do I create a stored procedure in mysql?
What is difference between oracle and mysql?
What are HEAP tables in MySQL?
Where’s database data actually stored?
Is it possible to update a table value with out using update command?. if yes what is the reason, if no what is the reason?.
How to use triggers to track changes in mysql?
Is mariadb better than mysql?