inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15823
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 662107 | 662107 | 54922 54922 | 15823 15823 |
| 662108 | 662108 | 265919 265919 | 15823 15823 |
| 662109 | 662109 | 489152 489152 | 15823 15823 |
| 662110 | 662110 | 7508 7508 | 15823 15823 |
| 662111 | 662111 | 33195 33195 | 15823 15823 |
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)
);