inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 115257
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 476447 | 476447 | 528615 528615 | 115257 115257 |
| 476448 | 476448 | 319039 319039 | 115257 115257 |
| 476449 | 476449 | 81794 81794 | 115257 115257 |
| 476450 | 476450 | 157292 157292 | 115257 115257 |
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)
);