inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 137568 | 137568 | 66656 66656 | 15671 15671 |
| 781076 | 781076 | 66656 66656 | 97977 97977 |
| 932724 | 932724 | 66656 66656 | 15672 15672 |
| 934220 | 934220 | 66656 66656 | 97976 97976 |
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)
);