inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 148838
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 126072 | 126072 | 502421 502421 | 148838 148838 |
| 126073 | 126073 | 166949 166949 | 148838 148838 |
| 126074 | 126074 | 229598 229598 | 148838 148838 |
| 126075 | 126075 | 534100 534100 | 148838 148838 |
| 126076 | 126076 | 103273 103273 | 148838 148838 |
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)
);