inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 10525
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 841239 | 841239 | 38531 38531 | 10525 10525 |
| 841240 | 841240 | 282851 282851 | 10525 10525 |
| 841241 | 841241 | 20422 20422 | 10525 10525 |
| 841242 | 841242 | 4293 4293 | 10525 10525 |
| 841243 | 841243 | 45574 45574 | 10525 10525 |
| 841244 | 841244 | 252512 252512 | 10525 10525 |
| 841245 | 841245 | 512254 512254 | 10525 10525 |
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)
);