inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 30275
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 859658 | 859658 | 15560 15560 | 30275 30275 |
| 859659 | 859659 | 534472 534472 | 30275 30275 |
| 859660 | 859660 | 266582 266582 | 30275 30275 |
| 859661 | 859661 | 243182 243182 | 30275 30275 |
| 859662 | 859662 | 481035 481035 | 30275 30275 |
| 859663 | 859663 | 408578 408578 | 30275 30275 |
| 859664 | 859664 | 363019 363019 | 30275 30275 |
| 859665 | 859665 | 455308 455308 | 30275 30275 |
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)
);