inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 54463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 293116 | 293116 | 89076 89076 | 54463 54463 |
| 293117 | 293117 | 29125 29125 | 54463 54463 |
| 293118 | 293118 | 326365 326365 | 54463 54463 |
| 293119 | 293119 | 271946 271946 | 54463 54463 |
| 293120 | 293120 | 271945 271945 | 54463 54463 |
| 293121 | 293121 | 495174 495174 | 54463 54463 |
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)
);