inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 37315
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 395374 | 395374 | 38532 38532 | 37315 37315 |
| 395375 | 395375 | 19381 19381 | 37315 37315 |
| 395376 | 395376 | 177673 177673 | 37315 37315 |
| 395377 | 395377 | 119436 119436 | 37315 37315 |
| 395378 | 395378 | 510231 510231 | 37315 37315 |
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)
);