inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 77460
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 321316 | 321316 | 113470 113470 | 77460 77460 |
| 321317 | 321317 | 247850 247850 | 77460 77460 |
| 321318 | 321318 | 259920 259920 | 77460 77460 |
| 321319 | 321319 | 173648 173648 | 77460 77460 |
| 321320 | 321320 | 52992 52992 | 77460 77460 |
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)
);