inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 123192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 719248 | 719248 | 268150 268150 | 123192 123192 |
| 719249 | 719249 | 244032 244032 | 123192 123192 |
| 719250 | 719250 | 87056 87056 | 123192 123192 |
| 719251 | 719251 | 494237 494237 | 123192 123192 |
| 719252 | 719252 | 159627 159627 | 123192 123192 |
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)
);