inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404126
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 268655 | 268655 | 494661 494661 | 404126 404126 |
| 268656 | 268656 | 414171 414171 | 404126 404126 |
| 268657 | 268657 | 458786 458786 | 404126 404126 |
| 268658 | 268658 | 367701 367701 | 404126 404126 |
| 268659 | 268659 | 481669 481669 | 404126 404126 |
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)
);