inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 45236
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 244076 | 244076 | 45236 45236 | 65512 65512 |
| 346547 | 346547 | 45236 45236 | 65511 65511 |
| 510199 | 510199 | 45236 45236 | 57023 57023 |
| 696817 | 696817 | 45236 45236 | 57024 57024 |
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)
);