inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9584
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 840793 | 840793 | 21666 21666 | 9584 9584 |
| 840794 | 840794 | 254787 254787 | 9584 9584 |
| 840795 | 840795 | 38418 38418 | 9584 9584 |
| 840796 | 840796 | 3876 3876 | 9584 9584 |
| 840797 | 840797 | 68185 68185 | 9584 9584 |
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)
);