inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 34512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 321004 | 321004 | 507160 507160 | 34512 34512 |
| 321005 | 321005 | 173629 173629 | 34512 34512 |
| 321006 | 321006 | 536404 536404 | 34512 34512 |
| 321007 | 321007 | 113433 113433 | 34512 34512 |
| 321008 | 321008 | 17885 17885 | 34512 34512 |
| 321009 | 321009 | 302812 302812 | 34512 34512 |
| 321010 | 321010 | 52053 52053 | 34512 34512 |
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)
);