inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 121893
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 111310 | 111310 | 159175 159175 | 121893 121893 |
| 111311 | 111311 | 86096 86096 | 121893 121893 |
| 111312 | 111312 | 493589 493589 | 121893 121893 |
| 111313 | 111313 | 263679 263679 | 121893 121893 |
| 111314 | 111314 | 321453 321453 | 121893 121893 |
| 111315 | 111315 | 263678 263678 | 121893 121893 |
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)
);