inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 32686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 30255 | 30255 | 30120 30120 | 32686 32686 |
| 30256 | 30256 | 271165 271165 | 32686 32686 |
| 30257 | 30257 | 505689 505689 | 32686 32686 |
| 30258 | 30258 | 535593 535593 | 32686 32686 |
| 30259 | 30259 | 49725 49725 | 32686 32686 |
| 30260 | 30260 | 245991 245991 | 32686 32686 |
| 30261 | 30261 | 16899 16899 | 32686 32686 |
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)
);