inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 26612
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 516286 | 516286 | 98572 98572 | 26612 26612 |
| 516287 | 516287 | 67214 67214 | 26612 26612 |
| 516288 | 516288 | 31694 31694 | 26612 26612 |
| 516289 | 516289 | 13451 13451 | 26612 26612 |
| 516290 | 516290 | 499694 499694 | 26612 26612 |
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)
);