inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 144582
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 589726 | 589726 | 532781 532781 | 144582 144582 |
| 589727 | 589727 | 100159 100159 | 144582 144582 |
| 589728 | 589728 | 214275 214275 | 144582 144582 |
| 589729 | 589729 | 500357 500357 | 144582 144582 |
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)
);