inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66533
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68175 | 68175 | 66533 66533 | 28646 28646 |
| 894340 | 894340 | 66533 66533 | 97798 97798 |
| 894616 | 894616 | 66533 66533 | 97797 97797 |
| 924511 | 924511 | 66533 66533 | 28647 28647 |
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)
);