home / bankproducts

package_item

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

3 rows where package_id = "wir:bankpaket_top"

✎ View and edit SQL

This data as json, CSV (advanced)

Link package_id included_product sort_order
wir:bankpaket_top,1 Bankpaket top wir:bankpaket_top wir:privatkonto_top 1
wir:bankpaket_top,2 Bankpaket top wir:bankpaket_top wir:debit_mc_wircard_plus 2
wir:bankpaket_top,3 Bankpaket top wir:bankpaket_top wir:ebanking 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 13.146ms · Data license: CC-BY-4.0 · Data source: bankproducts.info