inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 58647
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 357925 | 357925 | 58647 58647 | 85709 85709 |
| 442918 | 442918 | 58647 58647 | 1967 1967 |
| 794945 | 794945 | 58647 58647 | 85710 85710 |
| 833486 | 833486 | 58647 58647 | 85711 85711 |
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)
);