inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404022
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 859525 | 859525 | 366887 366887 | 404022 404022 |
| 859526 | 859526 | 366886 366886 | 404022 404022 |
| 859527 | 859527 | 413180 413180 | 404022 404022 |
| 859528 | 859528 | 413181 413181 | 404022 404022 |
| 859529 | 859529 | 458155 458155 | 404022 404022 |
| 859530 | 859530 | 458154 458154 | 404022 404022 |
| 859531 | 859531 | 481476 481476 | 404022 404022 |
| 859532 | 859532 | 489663 489663 | 404022 404022 |
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)
);