inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
11 rows where query_id = 16953
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 430514 | 430514 | 528188 528188 | 16953 16953 |
| 430515 | 430515 | 326755 326755 | 16953 16953 |
| 430516 | 430516 | 156703 156703 | 16953 16953 |
| 430517 | 430517 | 490381 490381 | 16953 16953 |
| 430518 | 430518 | 46353 46353 | 16953 16953 |
| 430519 | 430519 | 80350 80350 | 16953 16953 |
| 430520 | 430520 | 219900 219900 | 16953 16953 |
| 430521 | 430521 | 280036 280036 | 16953 16953 |
| 430522 | 430522 | 280035 280035 | 16953 16953 |
| 430523 | 430523 | 251013 251013 | 16953 16953 |
| 430524 | 430524 | 8161 8161 | 16953 16953 |
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)
);