inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 13495
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 292932 | 292932 | 6067 6067 | 13495 13495 |
| 292933 | 292933 | 271925 271925 | 13495 13495 |
| 292934 | 292934 | 271926 271926 | 13495 13495 |
| 292935 | 292935 | 89046 89046 | 13495 13495 |
| 292936 | 292936 | 330951 330951 | 13495 13495 |
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)
);