inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 33559
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 296116 | 296116 | 58822 58822 | 33559 33559 |
| 296117 | 296117 | 17382 17382 | 33559 33559 |
| 296118 | 296118 | 110879 110879 | 33559 33559 |
| 296119 | 296119 | 506289 506289 | 33559 33559 |
| 296120 | 296120 | 172109 172109 | 33559 33559 |
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)
);