inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18857
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 262236 | 262236 | 9212 9212 | 18857 18857 |
| 262237 | 262237 | 66592 66592 | 18857 18857 |
| 262238 | 262238 | 492449 492449 | 18857 18857 |
| 262239 | 262239 | 255638 255638 | 18857 18857 |
| 262240 | 262240 | 289083 289083 | 18857 18857 |
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)
);