inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 142387
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 527960 | 527960 | 286771 286771 | 142387 142387 |
| 527961 | 527961 | 202219 202219 | 142387 142387 |
| 527962 | 527962 | 286770 286770 | 142387 142387 |
| 527963 | 527963 | 532492 532492 | 142387 142387 |
| 527964 | 527964 | 335339 335339 | 142387 142387 |
| 527965 | 527965 | 98808 98808 | 142387 142387 |
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)
);