inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 90417
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 414590 | 414590 | 120006 120006 | 90417 90417 |
| 414591 | 414591 | 61687 61687 | 90417 90417 |
| 414592 | 414592 | 510459 510459 | 90417 90417 |
| 414593 | 414593 | 220533 220533 | 90417 90417 |
| 414594 | 414594 | 305067 305067 | 90417 90417 |
| 414595 | 414595 | 537781 537781 | 90417 90417 |
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)
);