inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15688
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 898048 | 898048 | 54970 54970 | 15688 15688 |
| 898049 | 898049 | 7425 7425 | 15688 15688 |
| 898050 | 898050 | 265438 265438 | 15688 15688 |
| 898051 | 898051 | 39840 39840 | 15688 15688 |
| 898052 | 898052 | 242598 242598 | 15688 15688 |
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)
);