inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 51585
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 582641 | 582641 | 51585 51585 | 2717 2717 |
| 817281 | 817281 | 51585 51585 | 75071 75071 |
| 896276 | 896276 | 51585 51585 | 11656 11656 |
| 902533 | 902533 | 51585 51585 | 75070 75070 |
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)
);