MySQLのDB ENGINEの確認

INNODBかMyISAMか確認したいときのコマンド

select table_name, engine from information_schema.tables where table_schema = '{DB_NAME}';