inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 45507
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 574789 | 574789 | 134242 134242 | 45507 45507 |
| 574790 | 574790 | 28316 28316 | 45507 45507 |
| 574791 | 574791 | 521275 521275 | 45507 45507 |
| 574792 | 574792 | 45144 45144 | 45507 45507 |
| 574793 | 574793 | 23679 23679 | 45507 45507 |
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)
);