inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 35201
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 333427 | 333427 | 53965 53965 | 35201 35201 |
| 333428 | 333428 | 114758 114758 | 35201 35201 |
| 333429 | 333429 | 275155 275155 | 35201 35201 |
| 333430 | 333430 | 248309 248309 | 35201 35201 |
| 333431 | 333431 | 508194 508194 | 35201 35201 |
| 333432 | 333432 | 18274 18274 | 35201 35201 |
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)
);