inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 40407
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 556181 | 556181 | 519024 519024 | 40407 40407 |
| 556182 | 556182 | 58809 58809 | 40407 40407 |
| 556183 | 556183 | 326078 326078 | 40407 40407 |
| 556184 | 556184 | 215234 215234 | 40407 40407 |
| 556185 | 556185 | 203311 203311 | 40407 40407 |
| 556186 | 556186 | 132143 132143 | 40407 40407 |
| 556187 | 556187 | 20999 20999 | 40407 40407 |
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)
);