inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20823
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 202227 | 202227 | 332699 332699 | 20823 20823 |
| 202228 | 202228 | 87502 87502 | 20823 20823 |
| 202229 | 202229 | 159781 159781 | 20823 20823 |
| 202230 | 202230 | 494435 494435 | 20823 20823 |
| 202231 | 202231 | 10301 10301 | 20823 20823 |
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)
);