inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 72781
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 356263 | 356263 | 154304 154304 | 72781 72781 |
| 356264 | 356264 | 206628 206628 | 72781 72781 |
| 356265 | 356265 | 259592 259592 | 72781 72781 |
| 356266 | 356266 | 50124 50124 | 72781 72781 |
| 356267 | 356267 | 211102 211102 | 72781 72781 |
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)
);