inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 2282
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 796123 | 796123 | 209224 209224 | 2282 2282 |
| 796124 | 796124 | 889 889 | 2282 2282 |
| 796125 | 796125 | 238388 238388 | 2282 2282 |
| 796126 | 796126 | 71059 71059 | 2282 2282 |
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)
);