inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 154726
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 200880 | 200880 | 244789 244789 | 154726 154726 |
| 200881 | 200881 | 106882 106882 | 154726 154726 |
| 200882 | 200882 | 269610 269610 | 154726 154726 |
| 200883 | 200883 | 504465 504465 | 154726 154726 |
| 200884 | 200884 | 313018 313018 | 154726 154726 |
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)
);