inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66324
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 35045 | 35045 | 66324 66324 | 7028 7028 |
| 88617 | 88617 | 66324 66324 | 7027 7027 |
| 347777 | 347777 | 66324 66324 | 97449 97449 |
| 705478 | 705478 | 66324 66324 | 97448 97448 |
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)
);