inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 174021
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 386714 | 386714 | 118392 118392 | 174021 174021 |
| 386715 | 386715 | 277925 277925 | 174021 174021 |
| 386716 | 386716 | 277924 277924 | 174021 174021 |
| 386717 | 386717 | 249821 249821 | 174021 174021 |
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)
);