inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 41995
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 805258 | 805258 | 21820 21820 | 41995 41995 |
| 805259 | 805259 | 515258 515258 | 41995 41995 |
| 805260 | 805260 | 69469 69469 | 41995 41995 |
| 805261 | 805261 | 287129 287129 | 41995 41995 |
| 805262 | 805262 | 539365 539365 | 41995 41995 |
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)
);