inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 111061
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 365275 | 365275 | 79098 79098 | 111061 111061 |
| 365276 | 365276 | 221922 221922 | 111061 111061 |
| 365277 | 365277 | 156409 156409 | 111061 111061 |
| 365278 | 365278 | 489836 489836 | 111061 111061 |
| 365279 | 365279 | 248959 248959 | 111061 111061 |
| 365280 | 365280 | 324574 324574 | 111061 111061 |
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)
);