inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 302117
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 630349 | 630349 | 293236 293236 | 302117 302117 |
| 630350 | 630350 | 209479 209479 | 302117 302117 |
| 630351 | 630351 | 293235 293235 | 302117 302117 |
| 630352 | 630352 | 213117 213117 | 302117 302117 |
| 630353 | 630353 | 293237 293237 | 302117 302117 |
| 630354 | 630354 | 209478 209478 | 302117 302117 |
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)
);