inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28508
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 933527 | 933527 | 14556 14556 | 28508 28508 |
| 933528 | 933528 | 239653 239653 | 28508 28508 |
| 933529 | 933529 | 260024 260024 | 28508 28508 |
| 933530 | 933530 | 40404 40404 | 28508 28508 |
| 933531 | 933531 | 66710 66710 | 28508 28508 |
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)
);