inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 113342
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 438962 | 438962 | 490446 490446 | 113342 113342 |
| 438963 | 438963 | 80474 80474 | 113342 113342 |
| 438964 | 438964 | 219799 219799 | 113342 113342 |
| 438965 | 438965 | 251124 251124 | 113342 113342 |
| 438966 | 438966 | 320215 320215 | 113342 113342 |
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)
);