inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66885
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 20632 | 20632 | 66885 66885 | 98264 98264 |
| 90088 | 90088 | 66885 66885 | 14461 14461 |
| 762475 | 762475 | 66885 66885 | 14462 14462 |
| 878398 | 878398 | 66885 66885 | 98263 98263 |
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)
);