inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54105
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 44541 | 44541 | 291631 291631 | 54105 54105 |
| 44542 | 44542 | 532895 532895 | 54105 54105 |
| 44543 | 44543 | 256871 256871 | 54105 54105 |
| 44544 | 44544 | 28434 28434 | 54105 54105 |
| 44545 | 44545 | 60235 60235 | 54105 54105 |
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)
);