inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60076
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 836226 | 836226 | 481046 481046 | 60076 60076 |
| 836227 | 836227 | 408603 408603 | 60076 60076 |
| 836228 | 836228 | 455325 455325 | 60076 60076 |
| 836229 | 836229 | 494046 494046 | 60076 60076 |
| 836230 | 836230 | 38293 38293 | 60076 60076 |
| 836231 | 836231 | 363046 363046 | 60076 60076 |
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)
);