inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 59238
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 15397 | 15397 | 59238 59238 | 86700 86700 |
| 562591 | 562591 | 59238 59238 | 86701 86701 |
| 659424 | 659424 | 59238 59238 | 49461 49461 |
| 790980 | 790980 | 59238 59238 | 70727 70727 |
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)
);