inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 81337
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 482557 | 482557 | 217742 217742 | 81337 81337 |
| 482558 | 482558 | 491289 491289 | 81337 81337 |
| 482559 | 482559 | 55745 55745 | 81337 81337 |
| 482560 | 482560 | 157468 157468 | 81337 81337 |
| 482561 | 482561 | 82128 82128 | 81337 81337 |
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)
);