inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 246795
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 220204 | 220204 | 535468 535468 | 246795 246795 |
| 220205 | 220205 | 225036 225036 | 246795 246795 |
| 220206 | 220206 | 340177 340177 | 246795 246795 |
| 220207 | 220207 | 170753 170753 | 246795 246795 |
| 220208 | 220208 | 505341 505341 | 246795 246795 |
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)
);