inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12078
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 635599 | 635599 | 257820 257820 | 12078 12078 |
| 635600 | 635600 | 486424 486424 | 12078 12078 |
| 635601 | 635601 | 153675 153675 | 12078 12078 |
| 635602 | 635602 | 74794 74794 | 12078 12078 |
| 635603 | 635603 | 5228 5228 | 12078 12078 |
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)
);