inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 62318
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 229515 | 229515 | 62318 62318 | 21370 21370 |
| 356940 | 356940 | 62318 62318 | 91301 91301 |
| 746744 | 746744 | 62318 62318 | 21371 21371 |
| 848366 | 848366 | 62318 62318 | 91302 91302 |
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)
);