inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 30428
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 170091 | 170091 | 503253 503253 | 30428 30428 |
| 170092 | 170092 | 15645 15645 | 30428 30428 |
| 170093 | 170093 | 227856 227856 | 30428 30428 |
| 170094 | 170094 | 104441 104441 | 30428 30428 |
| 170095 | 170095 | 341562 341562 | 30428 30428 |
| 170096 | 170096 | 40471 40471 | 30428 30428 |
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)
);