inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 41686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 529557 | 529557 | 286865 286865 | 41686 41686 |
| 529558 | 529558 | 21662 21662 | 41686 41686 |
| 529559 | 529559 | 54982 54982 | 41686 41686 |
| 529560 | 529560 | 515148 515148 | 41686 41686 |
| 529561 | 529561 | 286866 286866 | 41686 41686 |
| 529562 | 529562 | 286867 286867 | 41686 41686 |
| 529563 | 529563 | 128560 128560 | 41686 41686 |
| 529564 | 529564 | 29641 29641 | 41686 41686 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);