inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19149
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 737759 | 737759 | 46406 46406 | 19149 19149 |
| 737760 | 737760 | 294962 294962 | 19149 19149 |
| 737761 | 737761 | 9371 9371 | 19149 19149 |
| 737762 | 737762 | 258552 258552 | 19149 19149 |
| 737763 | 737763 | 34968 34968 | 19149 19149 |
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)
);