inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 39824
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 844110 | 844110 | 38524 38524 | 39824 39824 |
| 844111 | 844111 | 20698 20698 | 39824 39824 |
| 844112 | 844112 | 252998 252998 | 39824 39824 |
| 844113 | 844113 | 538632 538632 | 39824 39824 |
| 844114 | 844114 | 51756 51756 | 39824 39824 |
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)
);