inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 291
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 673953 | 673953 | 73371 73371 | 291 291 |
| 673954 | 673954 | 526222 526222 | 291 291 |
| 673955 | 673955 | 487053 487053 | 291 291 |
| 673956 | 673956 | 99 99 | 291 291 |
| 673957 | 673957 | 75619 75619 | 291 291 |
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)
);