inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28434
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 813095 | 813095 | 165867 165867 | 28434 28434 |
| 813096 | 813096 | 211811 211811 | 28434 28434 |
| 813097 | 813097 | 14517 14517 | 28434 28434 |
| 813098 | 813098 | 101524 101524 | 28434 28434 |
| 813099 | 813099 | 501253 501253 | 28434 28434 |
| 813100 | 813100 | 258984 258984 | 28434 28434 |
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)
);