inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 86363
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 655645 | 655645 | 201743 201743 | 86363 86363 |
| 655646 | 655646 | 212140 212140 | 86363 86363 |
| 655647 | 655647 | 84703 84703 | 86363 86363 |
| 655648 | 655648 | 59047 59047 | 86363 86363 |
| 655649 | 655649 | 317659 317659 | 86363 86363 |
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)
);