home / bankproducts

package_item

Data license: CC-BY-4.0 · Data source: bankproducts.info

4 rows where package_id = "jukb:epack_entreprise"

✎ View and edit SQL

This data as json, CSV (advanced)

Link package_id included_product sort_order
jukb:epack_entreprise,1 e-PACK Entreprise jukb:epack_entreprise Compte Courant CHF 1
jukb:epack_entreprise,2 e-PACK Entreprise jukb:epack_entreprise Compte epargne ou Compte epargne bonus 2
jukb:epack_entreprise,3 e-PACK Entreprise jukb:epack_entreprise Jusqu a 2 Debit Mastercard Business CHF 3
jukb:epack_entreprise,4 e-PACK Entreprise jukb:epack_entreprise BCJ-Net et Mobile Banking 4

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE package_item (
    package_id       TEXT NOT NULL REFERENCES product(id),
    included_product TEXT NOT NULL,
    sort_order       INTEGER DEFAULT 0,
    PRIMARY KEY (package_id, sort_order)
);
CREATE INDEX idx_package_item_package ON package_item(package_id);
Powered by Datasette · Queries took 9.262ms · Data license: CC-BY-4.0 · Data source: bankproducts.info