inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16574
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 41932 | 41932 | 7951 7951 | 16574 16574 |
| 41933 | 41933 | 276986 276986 | 16574 16574 |
| 41934 | 41934 | 68141 68141 | 16574 16574 |
| 41935 | 41935 | 28619 28619 | 16574 16574 |
| 41936 | 41936 | 249251 249251 | 16574 16574 |
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)
);