inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 64519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 252559 | 252559 | 64519 64519 | 94664 94664 |
| 252715 | 252715 | 64519 64519 | 94665 94665 |
| 323946 | 323946 | 64519 64519 | 34651 34651 |
| 661394 | 661394 | 64519 64519 | 94663 94663 |
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)
);