inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 39090
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 262444 | 262444 | 20314 20314 | 39090 39090 |
| 262445 | 262445 | 282541 282541 | 39090 39090 |
| 262446 | 262446 | 56648 56648 | 39090 39090 |
| 262447 | 262447 | 512048 512048 | 39090 39090 |
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)
);