Execute the command as a query.
Future<List<Map<String, Object?>>> query(DatabaseExecutor executor) { return executor.rawQuery(sql, arguments); }