inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403515
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 984954 | 984954 | 352202 352202 | 403515 403515 |
| 984955 | 984955 | 447575 447575 | 403515 403515 |
| 984956 | 984956 | 396236 396236 | 403515 403515 |
| 984957 | 984957 | 479832 479832 | 403515 403515 |
| 984958 | 984958 | 501423 501423 | 403515 403515 |
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)
);