inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404161
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 781559 | 781559 | 458929 458929 | 404161 404161 |
| 781560 | 781560 | 481730 481730 | 404161 404161 |
| 781561 | 781561 | 524569 524569 | 404161 404161 |
| 781562 | 781562 | 414371 414371 | 404161 404161 |
| 781563 | 781563 | 367866 367866 | 404161 404161 |
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)
);