inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405377
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 919212 | 919212 | 469567 469567 | 405377 405377 |
| 919213 | 919213 | 484350 484350 | 405377 405377 |
| 919214 | 919214 | 382066 382066 | 405377 405377 |
| 919215 | 919215 | 517742 517742 | 405377 405377 |
| 919216 | 919216 | 430788 430788 | 405377 405377 |
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)
);