inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 43257
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 549443 | 549443 | 185191 185191 | 43257 43257 |
| 549444 | 549444 | 131319 131319 | 43257 43257 |
| 549445 | 549445 | 215523 215523 | 43257 43257 |
| 549446 | 549446 | 255363 255363 | 43257 43257 |
| 549447 | 549447 | 22488 22488 | 43257 43257 |
| 549448 | 549448 | 518019 518019 | 43257 43257 |
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)
);