inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 33142
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 410931 | 410931 | 17148 17148 | 33142 33142 |
| 410932 | 410932 | 304283 304283 | 33142 33142 |
| 410933 | 410933 | 119549 119549 | 33142 33142 |
| 410934 | 410934 | 250213 250213 | 33142 33142 |
| 410935 | 410935 | 220654 220654 | 33142 33142 |
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)
);