inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 61266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 674208 | 674208 | 301530 301530 | 61266 61266 |
| 674209 | 674209 | 40253 40253 | 61266 61266 |
| 674210 | 674210 | 211463 211463 | 61266 61266 |
| 674211 | 674211 | 69117 69117 | 61266 61266 |
| 674212 | 674212 | 529345 529345 | 61266 61266 |
| 674213 | 674213 | 296232 296232 | 61266 61266 |
| 674214 | 674214 | 84987 84987 | 61266 61266 |
| 674215 | 674215 | 493052 493052 | 61266 61266 |
| 674216 | 674216 | 158738 158738 | 61266 61266 |
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)
);