inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66551
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 601668 | 601668 | 66551 66551 | 27542 27542 |
| 924650 | 924650 | 66551 66551 | 27543 27543 |
| 993099 | 993099 | 66551 66551 | 97827 97827 |
| 999351 | 999351 | 66551 66551 | 97828 97828 |
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)
);