inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 84315
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1030716 | 1030716 | 238532 238532 | 84315 84315 |
| 1030717 | 1030717 | 206251 206251 | 84315 84315 |
| 1030718 | 1030718 | 257426 257426 | 84315 84315 |
| 1030719 | 1030719 | 57823 57823 | 84315 84315 |
| 1030720 | 1030720 | 74603 74603 | 84315 84315 |
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)
);