inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 68461
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 181308 | 181308 | 534765 534765 | 68461 68461 |
| 181309 | 181309 | 168902 168902 | 68461 68461 |
| 181310 | 181310 | 243924 243924 | 68461 68461 |
| 181311 | 181311 | 337289 337289 | 68461 68461 |
| 181312 | 181312 | 105414 105414 | 68461 68461 |
| 181313 | 181313 | 47196 47196 | 68461 68461 |
| 181314 | 181314 | 227096 227096 | 68461 68461 |
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)
);