inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 55999
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 481194 | 481194 | 55999 55999 | 81643 81643 |
| 873379 | 873379 | 55999 55999 | 81644 81644 |
| 895351 | 895351 | 55999 55999 | 81645 81645 |
| 902778 | 902778 | 55999 55999 | 81646 81646 |
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)
);