inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404138
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 962722 | 962722 | 481688 481688 | 404138 404138 |
| 962723 | 962723 | 458826 458826 | 404138 404138 |
| 962724 | 962724 | 367744 367744 | 404138 404138 |
| 962725 | 962725 | 414220 414220 | 404138 404138 |
| 962726 | 962726 | 505107 505107 | 404138 404138 |
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)
);