inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 107730
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 74292 | 74292 | 487942 487942 | 107730 107730 |
| 74293 | 74293 | 260964 260964 | 107730 107730 |
| 74294 | 74294 | 327509 327509 | 107730 107730 |
| 74295 | 74295 | 76311 76311 | 107730 107730 |
| 74296 | 74296 | 260965 260965 | 107730 107730 |
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)
);