inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 358121
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1020969 | 1020969 | 290646 290646 | 358121 358121 |
| 1020970 | 1020970 | 275270 275270 | 358121 358121 |
| 1020971 | 1020971 | 290634 290634 | 358121 358121 |
| 1020972 | 1020972 | 290385 290385 | 358121 358121 |
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)
);