inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 63221
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 230733 | 230733 | 63221 63221 | 32903 32903 |
| 735018 | 735018 | 63221 63221 | 32904 32904 |
| 754136 | 754136 | 63221 63221 | 92651 92651 |
| 754137 | 754137 | 63221 63221 | 92650 92650 |
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)
);