inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404085
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 40361 | 40361 | 481587 481587 | 404085 404085 |
| 40362 | 40362 | 413771 413771 | 404085 404085 |
| 40363 | 40363 | 504742 504742 | 404085 404085 |
| 40364 | 40364 | 458508 458508 | 404085 404085 |
| 40365 | 40365 | 367360 367360 | 404085 404085 |
| 40366 | 40366 | 413770 413770 | 404085 404085 |
| 40367 | 40367 | 367361 367361 | 404085 404085 |
| 40368 | 40368 | 458507 458507 | 404085 404085 |
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)
);