inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403739
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 740502 | 740502 | 480672 480672 | 403739 403739 |
| 740503 | 740503 | 403197 403197 | 403739 403739 |
| 740504 | 740504 | 452156 452156 | 403739 403739 |
| 740505 | 740505 | 493747 493747 | 403739 403739 |
| 740506 | 740506 | 358765 358765 | 403739 403739 |
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)
);