inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19102
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 44685 | 44685 | 294824 294824 | 19102 19102 |
| 44686 | 44686 | 258480 258480 | 19102 19102 |
| 44687 | 44687 | 9342 9342 | 19102 19102 |
| 44688 | 44688 | 28448 28448 | 19102 19102 |
| 44689 | 44689 | 60238 60238 | 19102 19102 |
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)
);