inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 80411
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 912154 | 912154 | 206849 206849 | 80411 80411 |
| 912155 | 912155 | 154579 154579 | 80411 80411 |
| 912156 | 912156 | 206850 206850 | 80411 80411 |
| 912157 | 912157 | 206848 206848 | 80411 80411 |
| 912158 | 912158 | 55006 55006 | 80411 80411 |
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)
);