inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 119264
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 639627 | 639627 | 314856 314856 | 119264 119264 |
| 639628 | 639628 | 294098 294098 | 119264 119264 |
| 639629 | 639629 | 492849 492849 | 119264 119264 |
| 639630 | 639630 | 84460 84460 | 119264 119264 |
| 639631 | 639631 | 258021 258021 | 119264 119264 |
| 639632 | 639632 | 294097 294097 | 119264 119264 |
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)
);