inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 258907
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 424564 | 424564 | 279603 279603 | 258907 258907 |
| 424565 | 424565 | 178830 178830 | 258907 258907 |
| 424566 | 424566 | 297960 297960 | 258907 258907 |
| 424567 | 424567 | 250760 250760 | 258907 258907 |
| 424568 | 424568 | 279602 279602 | 258907 258907 |
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)
);