inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22434
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 334965 | 334965 | 11180 11180 | 22434 22434 |
| 334966 | 334966 | 161513 161513 | 22434 22434 |
| 334967 | 334967 | 57602 57602 | 22434 22434 |
| 334968 | 334968 | 248372 248372 | 22434 22434 |
| 334969 | 334969 | 91227 91227 | 22434 22434 |
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)
);