inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 34519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 852143 | 852143 | 38750 38750 | 34519 34519 |
| 852144 | 852144 | 58432 58432 | 34519 34519 |
| 852145 | 852145 | 17888 17888 | 34519 34519 |
| 852146 | 852146 | 536406 536406 | 34519 34519 |
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)
);