inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60242
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 378964 | 378964 | 38671 38671 | 60242 60242 |
| 378965 | 378965 | 489936 489936 | 60242 60242 |
| 378966 | 378966 | 79301 79301 | 60242 60242 |
| 378967 | 378967 | 314614 314614 | 60242 60242 |
| 378968 | 378968 | 56875 56875 | 60242 60242 |
| 378969 | 378969 | 221387 221387 | 60242 60242 |
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)
);