inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28341
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 665379 | 665379 | 336722 336722 | 28341 28341 |
| 665380 | 665380 | 39035 39035 | 28341 28341 |
| 665381 | 665381 | 14468 14468 | 28341 28341 |
| 665382 | 665382 | 533431 533431 | 28341 28341 |
| 665383 | 665383 | 101339 101339 | 28341 28341 |
| 665384 | 665384 | 258868 258868 | 28341 28341 |
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)
);