inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 373690
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 665097 | 665097 | 295470 295470 | 373690 373690 |
| 665098 | 665098 | 295471 295471 | 373690 373690 |
| 665099 | 665099 | 328480 328480 | 373690 373690 |
| 665100 | 665100 | 295469 295469 | 373690 373690 |
| 665101 | 665101 | 295468 295468 | 373690 373690 |
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)
);