inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12320
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 973154 | 973154 | 263661 263661 | 12320 12320 |
| 973155 | 973155 | 241465 241465 | 12320 12320 |
| 973156 | 973156 | 5367 5367 | 12320 12320 |
| 973157 | 973157 | 41726 41726 | 12320 12320 |
| 973158 | 973158 | 46853 46853 | 12320 12320 |
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)
);