inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405139
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 356742 | 356742 | 424574 424574 | 405139 405139 |
| 356743 | 356743 | 483727 483727 | 405139 405139 |
| 356744 | 356744 | 465356 465356 | 405139 405139 |
| 356745 | 356745 | 485859 485859 | 405139 405139 |
| 356746 | 356746 | 376591 376591 | 405139 405139 |
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)
);