inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 56203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 416667 | 416667 | 279012 279012 | 56203 56203 |
| 416668 | 416668 | 279011 279011 | 56203 56203 |
| 416669 | 416669 | 32050 32050 | 56203 56203 |
| 416670 | 416670 | 94140 94140 | 56203 56203 |
| 416671 | 416671 | 239370 239370 | 56203 56203 |
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)
);