inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28764
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 71376 | 71376 | 14716 14716 | 28764 28764 |
| 71377 | 71377 | 317333 317333 | 28764 28764 |
| 71378 | 71378 | 501440 501440 | 28764 28764 |
| 71379 | 71379 | 101818 101818 | 28764 28764 |
| 71380 | 71380 | 48239 48239 | 28764 28764 |
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)
);