inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405680
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 897105 | 897105 | 492884 492884 | 405680 405680 |
| 897106 | 897106 | 478504 478504 | 405680 405680 |
| 897107 | 897107 | 485327 485327 | 405680 405680 |
| 897108 | 897108 | 393286 393286 | 405680 405680 |
| 897109 | 897109 | 444957 444957 | 405680 405680 |
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)
);