inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 62878
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 686487 | 686487 | 493141 493141 | 62878 62878 |
| 686488 | 686488 | 85202 85202 | 62878 62878 |
| 686489 | 686489 | 310402 310402 | 62878 62878 |
| 686490 | 686490 | 42962 42962 | 62878 62878 |
| 686491 | 686491 | 158810 158810 | 62878 62878 |
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)
);