home / prices

product_market

1 row where product_id = 301

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id market_id url
39 Milka Großtafel 301 ALDI Süd – Sortiment/Aktion 52 https://www.aldi-sued.de/de/p.milka-tafelschokolade-gross--g-alpenmilch.000000000158695008.html

Advanced export

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

CSV options:

CREATE TABLE product_market (
  id INTEGER PRIMARY KEY,
  product_id INTEGER NOT NULL REFERENCES product(id),
  market_id INTEGER NOT NULL REFERENCES market(id),
  url TEXT NOT NULL,
  UNIQUE(product_id, market_id)
);
Powered by Datasette · Queries took 8.558ms