inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 66266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 487220 | 487220 | 205952 205952 | 66266 66266 |
| 487221 | 487221 | 153195 153195 | 66266 66266 |
| 487222 | 487222 | 74039 74039 | 66266 66266 |
| 487223 | 487223 | 45655 45655 | 66266 66266 |
| 487224 | 487224 | 313419 313419 | 66266 66266 |
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)
);