inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 50132
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 356281 | 356281 | 50132 50132 | 72796 72796 |
| 567422 | 567422 | 50132 50132 | 6995 6995 |
| 967997 | 967997 | 50132 50132 | 72794 72794 |
| 971687 | 971687 | 50132 50132 | 72795 72795 |
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)
);