inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 25329
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 500742 | 500742 | 513279 513279 | 25329 25329 |
| 500743 | 500743 | 126480 126480 | 25329 25329 |
| 500744 | 500744 | 285148 285148 | 25329 25329 |
| 500745 | 500745 | 346318 346318 | 25329 25329 |
| 500746 | 500746 | 12756 12756 | 25329 25329 |
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)
);