inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 44011
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 555678 | 555678 | 203309 203309 | 44011 44011 |
| 555679 | 555679 | 337931 337931 | 44011 44011 |
| 555680 | 555680 | 215253 215253 | 44011 44011 |
| 555681 | 555681 | 132095 132095 | 44011 44011 |
| 555682 | 555682 | 22892 22892 | 44011 44011 |
| 555683 | 555683 | 518961 518961 | 44011 44011 |
| 555684 | 555684 | 68694 68694 | 44011 44011 |
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)
);