inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17566
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 462126 | 462126 | 528479 528479 | 17566 17566 |
| 462127 | 462127 | 81361 81361 | 17566 17566 |
| 462128 | 462128 | 8495 8495 | 17566 17566 |
| 462129 | 462129 | 157087 157087 | 17566 17566 |
| 462130 | 462130 | 490933 490933 | 17566 17566 |
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)
);