inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 61861
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 959845 | 959845 | 246260 246260 | 61861 61861 |
| 959846 | 959846 | 535673 535673 | 61861 61861 |
| 959847 | 959847 | 41318 41318 | 61861 61861 |
| 959848 | 959848 | 271486 271486 | 61861 61861 |
| 959849 | 959849 | 50070 50070 | 61861 61861 |
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)
);