home / bankproducts

package_item

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

8 rows where package_id = "postfinance:smartplus"

✎ View and edit SQL

This data as json, CSV (advanced)

Link package_id included_product sort_order
postfinance:smartplus,1 Bankpaket SmartPlus postfinance:smartplus Privat- und Rentenkonto CHF/EUR 1
postfinance:smartplus,2 Bankpaket SmartPlus postfinance:smartplus Sparkonto CHF/EUR 2
postfinance:smartplus,3 Bankpaket SmartPlus postfinance:smartplus PostFinance Card kostenlos 3
postfinance:smartplus,4 Bankpaket SmartPlus postfinance:smartplus Konto digital oder Papier 4
postfinance:smartplus,5 Bankpaket SmartPlus postfinance:smartplus Kreditkarte Classic/Standard oder Mastercard Value 5
postfinance:smartplus,6 Bankpaket SmartPlus postfinance:smartplus Kostenloser Bargeldbezug 6
postfinance:smartplus,7 Bankpaket SmartPlus postfinance:smartplus 10% Jahrespraemienrabatt PostFinance Sachversicherungen 7
postfinance:smartplus,8 Bankpaket SmartPlus postfinance:smartplus eBanking/TWINT 8

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