inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 170842
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 369904 | 369904 | 116548 116548 | 170842 170842 |
| 369905 | 369905 | 342859 342859 | 170842 170842 |
| 369906 | 369906 | 508986 508986 | 170842 170842 |
| 369907 | 369907 | 221743 221743 | 170842 170842 |
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)
);