inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 54644
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 210525 | 210525 | 29441 29441 | 54644 54644 |
| 210526 | 210526 | 225489 225489 | 54644 54644 |
| 210527 | 210527 | 87825 87825 | 54644 54644 |
| 210528 | 210528 | 494591 494591 | 54644 54644 |
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)
);