inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19588
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 562658 | 562658 | 241155 241155 | 19588 19588 |
| 562659 | 562659 | 33138 33138 | 19588 19588 |
| 562660 | 562660 | 263258 263258 | 19588 19588 |
| 562661 | 562661 | 9604 9604 | 19588 19588 |
| 562662 | 562662 | 68889 68889 | 19588 19588 |
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)
);