fix(sql): quote schema & table identifiers to support names with hyphens
MySQL fails when schema/table names contain “-”; wrapping them in back-ticks (`) resolves this.
MySQL fails when schema/table names contain “-”; wrapping them in back-ticks (`) resolves this.