inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403694
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 52632 | 52632 | 357800 357800 | 403694 403694 |
| 52633 | 52633 | 402250 402250 | 403694 403694 |
| 52634 | 52634 | 480520 480520 | 403694 403694 |
| 52635 | 52635 | 493646 493646 | 403694 403694 |
| 52636 | 52636 | 451428 451428 | 403694 403694 |
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)
);