inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404781
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 854146 | 854146 | 419574 419574 | 404781 404781 |
| 854147 | 854147 | 497127 497127 | 404781 404781 |
| 854148 | 854148 | 462217 462217 | 404781 404781 |
| 854149 | 854149 | 482928 482928 | 404781 404781 |
| 854150 | 854150 | 372313 372313 | 404781 404781 |
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)
);