inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 31889
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 210493 | 210493 | 16473 16473 | 31889 31889 |
| 210494 | 210494 | 170066 170066 | 31889 31889 |
| 210495 | 210495 | 107743 107743 | 31889 31889 |
| 210496 | 210496 | 329574 329574 | 31889 31889 |
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)
);