inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 114805
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 464570 | 464570 | 339184 339184 | 114805 114805 |
| 464571 | 464571 | 282466 282466 | 114805 114805 |
| 464572 | 464572 | 487844 487844 | 114805 114805 |
| 464573 | 464573 | 282467 282467 | 114805 114805 |
| 464574 | 464574 | 81493 81493 | 114805 114805 |
| 464575 | 464575 | 218560 218560 | 114805 114805 |
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)
);