inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15951
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 898264 | 898264 | 39847 39847 | 15951 15951 |
| 898265 | 898265 | 243524 243524 | 15951 15951 |
| 898266 | 898266 | 267363 267363 | 15951 15951 |
| 898267 | 898267 | 7583 7583 | 15951 15951 |
| 898268 | 898268 | 527574 527574 | 15951 15951 |
| 898269 | 898269 | 489299 489299 | 15951 15951 |
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)
);