inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 59791
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 390474 | 390474 | 220892 220892 | 59791 59791 |
| 390475 | 390475 | 509933 509933 | 59791 59791 |
| 390476 | 390476 | 118770 118770 | 59791 59791 |
| 390477 | 390477 | 324318 324318 | 59791 59791 |
| 390478 | 390478 | 37914 37914 | 59791 59791 |
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)
);