inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 70512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 541262 | 541262 | 516723 516723 | 70512 70512 |
| 541263 | 541263 | 185022 185022 | 70512 70512 |
| 541264 | 541264 | 330471 330471 | 70512 70512 |
| 541265 | 541265 | 48464 48464 | 70512 70512 |
| 541266 | 541266 | 130175 130175 | 70512 70512 |
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)
);