inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15573
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 736156 | 736156 | 56574 56574 | 15573 15573 |
| 736157 | 736157 | 7349 7349 | 15573 15573 |
| 736158 | 736158 | 34869 34869 | 15573 15573 |
| 736159 | 736159 | 242241 242241 | 15573 15573 |
| 736160 | 736160 | 527344 527344 | 15573 15573 |
| 736161 | 736161 | 265149 265149 | 15573 15573 |
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)
);