inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28525
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 65716 | 65716 | 14567 14567 | 28525 28525 |
| 65717 | 65717 | 260054 260054 | 28525 28525 |
| 65718 | 65718 | 239668 239668 | 28525 28525 |
| 65719 | 65719 | 341171 341171 | 28525 28525 |
| 65720 | 65720 | 260053 260053 | 28525 28525 |
| 65721 | 65721 | 58912 58912 | 28525 28525 |
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)
);