inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15360
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 946742 | 946742 | 57569 57569 | 15360 15360 |
| 946743 | 946743 | 241760 241760 | 15360 15360 |
| 946744 | 946744 | 7215 7215 | 15360 15360 |
| 946745 | 946745 | 488760 488760 | 15360 15360 |
| 946746 | 946746 | 264207 264207 | 15360 15360 |
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)
);