inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 19736
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 785358 | 785358 | 493642 493642 | 19736 19736 |
| 785359 | 785359 | 36689 36689 | 19736 19736 |
| 785360 | 785360 | 241677 241677 | 19736 19736 |
| 785361 | 785361 | 9683 9683 | 19736 19736 |
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)
);