inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15350
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 261280 | 261280 | 59685 59685 | 15350 15350 |
| 261281 | 261281 | 7210 7210 | 15350 15350 |
| 261282 | 261282 | 488753 488753 | 15350 15350 |
| 261283 | 261283 | 31836 31836 | 15350 15350 |
| 261284 | 261284 | 241743 241743 | 15350 15350 |
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)
);