inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 83500
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 856045 | 856045 | 57291 57291 | 83500 83500 |
| 856046 | 856046 | 239147 239147 | 83500 83500 |
| 856047 | 856047 | 210812 210812 | 83500 83500 |
| 856048 | 856048 | 154416 154416 | 83500 83500 |
| 856049 | 856049 | 206726 206726 | 83500 83500 |
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)
);