inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 54315
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 305707 | 305707 | 495528 495528 | 54315 54315 |
| 305708 | 305708 | 346426 346426 | 54315 54315 |
| 305709 | 305709 | 89811 89811 | 54315 54315 |
| 305710 | 305710 | 28808 28808 | 54315 54315 |
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)
);