inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 330972
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 170715 | 170715 | 329145 329145 | 330972 330972 |
| 170716 | 170716 | 534552 534552 | 330972 330972 |
| 170717 | 170717 | 243476 243476 | 330972 330972 |
| 170718 | 170718 | 267262 267262 | 330972 330972 |
| 170719 | 170719 | 267263 267263 | 330972 330972 |
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)
);