home / bankproducts

package_item

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

3 rows where package_id = "vskb:conto_standard"

✎ View and edit SQL

This data as json, CSV (advanced)

Link package_id included_product sort_order
vskb:conto_standard,1 BCVS Conto Pack Standard vskb:conto_standard 2 comptes prives inclus 1
vskb:conto_standard,2 BCVS Conto Pack Standard vskb:conto_standard 2 Carte Debit Mastercard BCVS incluses 2
vskb:conto_standard,3 BCVS Conto Pack Standard vskb:conto_standard Online & Mobile banking inclus 3

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 125.472ms · Data license: CC-BY-4.0 · Data source: bankproducts.info