inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 28589
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 733531 | 733531 | 14607 14607 | 28589 28589 |
| 733532 | 733532 | 239715 239715 | 28589 28589 |
| 733533 | 733533 | 260127 260127 | 28589 28589 |
| 733534 | 733534 | 34721 34721 | 28589 28589 |
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)
);