inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 43325
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 879945 | 879945 | 539909 539909 | 43325 43325 |
| 879946 | 879946 | 215471 215471 | 43325 43325 |
| 879947 | 879947 | 255395 255395 | 43325 43325 |
| 879948 | 879948 | 22525 22525 | 43325 43325 |
| 879949 | 879949 | 39442 39442 | 43325 43325 |
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)
);