static bool requiresConfirmation(String sql) => !isSelectQuery(sql) || containsDangerousKeyword(sql);