inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20108
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 919424 | 919424 | 9912 9912 | 20108 20108 |
| 919425 | 919425 | 243161 243161 | 20108 20108 |
| 919426 | 919426 | 266535 266535 | 20108 20108 |
| 919427 | 919427 | 59736 59736 | 20108 20108 |
| 919428 | 919428 | 40021 40021 | 20108 20108 |
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)
);