inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 14163
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 736352 | 736352 | 488049 488049 | 14163 14163 |
| 736353 | 736353 | 34904 34904 | 14163 14163 |
| 736354 | 736354 | 6459 6459 | 14163 14163 |
| 736355 | 736355 | 240335 240335 | 14163 14163 |
| 736356 | 736356 | 231521 231521 | 14163 14163 |
| 736357 | 736357 | 46094 46094 | 14163 14163 |
| 736358 | 736358 | 261403 261403 | 14163 14163 |
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)
);