inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 36294
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 376200 | 376200 | 277191 277191 | 36294 36294 |
| 376201 | 376201 | 65320 65320 | 36294 36294 |
| 376202 | 376202 | 117214 117214 | 36294 36294 |
| 376203 | 376203 | 18849 18849 | 36294 36294 |
| 376204 | 376204 | 277192 277192 | 36294 36294 |
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)
);