inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 17849
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 478114 | 478114 | 81871 81871 | 17849 17849 |
| 478115 | 478115 | 283491 283491 | 17849 17849 |
| 478116 | 478116 | 217989 217989 | 17849 17849 |
| 478117 | 478117 | 48387 48387 | 17849 17849 |
| 478118 | 478118 | 8660 8660 | 17849 17849 |
| 478119 | 478119 | 491130 491130 | 17849 17849 |
| 478120 | 478120 | 528634 528634 | 17849 17849 |
| 478121 | 478121 | 283490 283490 | 17849 17849 |
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)
);