inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28882
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 74366 | 74366 | 166123 166123 | 28882 28882 |
| 74367 | 74367 | 14787 14787 | 28882 28882 |
| 74368 | 74368 | 101991 101991 | 28882 28882 |
| 74369 | 74369 | 501556 501556 | 28882 28882 |
| 74370 | 74370 | 339567 339567 | 28882 28882 |
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)
);