inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 19690
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 111229 | 111229 | 263672 263672 | 19690 19690 |
| 111230 | 111230 | 60478 60478 | 19690 19690 |
| 111231 | 111231 | 320344 320344 | 19690 19690 |
| 111232 | 111232 | 493585 493585 | 19690 19690 |
| 111233 | 111233 | 9660 9660 | 19690 19690 |
| 111234 | 111234 | 263673 263673 | 19690 19690 |
| 111235 | 111235 | 86089 86089 | 19690 19690 |
| 111236 | 111236 | 241477 241477 | 19690 19690 |
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)
);