const attributeNames = Object.keys(attributes)
      .map(attr => this.quoteIdentifier(attr))
      .join(', ');