inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 62636
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 155534 | 155534 | 62636 62636 | 20006 20006 |
| 922016 | 922016 | 62636 62636 | 6114 6114 |
| 922175 | 922175 | 62636 62636 | 91809 91809 |
| 922200 | 922200 | 62636 62636 | 91810 91810 |
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)
);