inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20431
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 297565 | 297565 | 495290 495290 | 20431 20431 |
| 297566 | 297566 | 246771 246771 | 20431 20431 |
| 297567 | 297567 | 89316 89316 | 20431 20431 |
| 297568 | 297568 | 10088 10088 | 20431 20431 |
| 297569 | 297569 | 315311 315311 | 20431 20431 |
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)
);