inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 12831
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 980292 | 980292 | 486901 486901 | 12831 12831 |
| 980293 | 980293 | 41988 41988 | 12831 12831 |
| 980294 | 980294 | 5668 5668 | 12831 12831 |
| 980295 | 980295 | 259112 259112 | 12831 12831 |
| 980296 | 980296 | 295928 295928 | 12831 12831 |
| 980297 | 980297 | 69467 69467 | 12831 12831 |
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)
);