home / bankproducts

package_item

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

4 rows where package_id = "yapeal:plan_free"

✎ View and edit SQL

This data as json, CSV (advanced)

Link package_id included_product sort_order
yapeal:plan_free,1 YAPEAL Direkt Free yapeal:plan_free yapeal:business_account 1
yapeal:plan_free,2 YAPEAL Direkt Free yapeal:plan_free yapeal:sub_account_eur 2
yapeal:plan_free,3 YAPEAL Direkt Free yapeal:plan_free yapeal:visa_debit 3
yapeal:plan_free,4 YAPEAL Direkt Free yapeal:plan_free yapeal:virtual_card 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.166ms · Data license: CC-BY-4.0 · Data source: bankproducts.info