inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 59699
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 374709 | 374709 | 277095 277095 | 59699 59699 |
| 374710 | 374710 | 277096 277096 | 59699 59699 |
| 374711 | 374711 | 324024 324024 | 59699 59699 |
| 374712 | 374712 | 92496 92496 | 59699 59699 |
| 374713 | 374713 | 37807 37807 | 59699 59699 |
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)
);