inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 56797
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 486384 | 486384 | 493025 493025 | 56797 56797 |
| 486385 | 486385 | 296144 296144 | 56797 56797 |
| 486386 | 486386 | 63641 63641 | 56797 56797 |
| 486387 | 486387 | 33103 33103 | 56797 56797 |
| 486388 | 486388 | 211533 211533 | 56797 56797 |
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)
);