inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 61965
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 315318 | 315318 | 41456 41456 | 61965 61965 |
| 315319 | 315319 | 334587 334587 | 61965 61965 |
| 315320 | 315320 | 536226 536226 | 61965 61965 |
| 315321 | 315321 | 247625 247625 | 61965 61965 |
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)
);