inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 63291
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 29088 | 29088 | 63291 63291 | 92749 92749 |
| 695141 | 695141 | 63291 63291 | 92747 92747 |
| 942875 | 942875 | 63291 63291 | 92748 92748 |
| 943930 | 943930 | 63291 63291 | 92750 92750 |
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)
);