inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17744
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 472126 | 472126 | 81634 81634 | 17744 17744 |
| 472127 | 472127 | 51916 51916 | 17744 17744 |
| 472128 | 472128 | 252587 252587 | 17744 17744 |
| 472129 | 472129 | 8598 8598 | 17744 17744 |
| 472130 | 472130 | 157228 157228 | 17744 17744 |
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)
);