inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 37003
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 390235 | 390235 | 509916 509916 | 37003 37003 |
| 390236 | 390236 | 202794 202794 | 37003 37003 |
| 390237 | 390237 | 19217 19217 | 37003 37003 |
| 390238 | 390238 | 33526 33526 | 37003 37003 |
| 390239 | 390239 | 118739 118739 | 37003 37003 |
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)
);