inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 34513
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 730421 | 730421 | 17885 17885 | 34513 34513 |
| 730422 | 730422 | 536404 536404 | 34513 34513 |
| 730423 | 730423 | 52053 52053 | 34513 34513 |
| 730424 | 730424 | 507160 507160 | 34513 34513 |
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)
);