inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14279
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 486014 | 486014 | 240478 240478 | 14279 14279 |
| 486015 | 486015 | 49733 49733 | 14279 14279 |
| 486016 | 486016 | 33080 33080 | 14279 14279 |
| 486017 | 486017 | 6530 6530 | 14279 14279 |
| 486018 | 486018 | 261753 261753 | 14279 14279 |
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)
);