inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15438
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 749341 | 749341 | 7263 7263 | 15438 15438 |
| 749342 | 749342 | 55016 55016 | 15438 15438 |
| 749343 | 749343 | 488831 488831 | 15438 15438 |
| 749344 | 749344 | 241944 241944 | 15438 15438 |
| 749345 | 749345 | 35795 35795 | 15438 15438 |
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)
);