inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 58269
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 742816 | 742816 | 507447 507447 | 58269 58269 |
| 742817 | 742817 | 223100 223100 | 58269 58269 |
| 742818 | 742818 | 63506 63506 | 58269 58269 |
| 742819 | 742819 | 35380 35380 | 58269 58269 |
| 742820 | 742820 | 173490 173490 | 58269 58269 |
| 742821 | 742821 | 247744 247744 | 58269 58269 |
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)
);