inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 91093
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 393282 | 393282 | 332362 332362 | 91093 91093 |
| 393283 | 393283 | 93613 93613 | 91093 91093 |
| 393284 | 393284 | 497504 497504 | 91093 91093 |
| 393285 | 393285 | 62156 62156 | 91093 91093 |
| 393286 | 393286 | 250100 250100 | 91093 91093 |
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)
);