inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 25637
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 700899 | 700899 | 12923 12923 | 25637 25637 |
| 700900 | 700900 | 253310 253310 | 25637 25637 |
| 700901 | 700901 | 284186 284186 | 25637 25637 |
| 700902 | 700902 | 532210 532210 | 25637 25637 |
| 700903 | 700903 | 68060 68060 | 25637 25637 |
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)
);