inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 115101
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 473808 | 473808 | 376477 376477 | 115101 115101 |
| 473809 | 473809 | 528592 528592 | 115101 115101 |
| 473810 | 473810 | 483698 483698 | 115101 115101 |
| 473811 | 473811 | 465259 465259 | 115101 115101 |
| 473812 | 473812 | 491028 491028 | 115101 115101 |
| 473813 | 473813 | 424415 424415 | 115101 115101 |
| 473814 | 473814 | 157250 157250 | 115101 115101 |
| 473815 | 473815 | 81688 81688 | 115101 115101 |
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)
);