inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 62270
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 331287 | 331287 | 312378 312378 | 62270 62270 |
| 331288 | 331288 | 41999 41999 | 62270 62270 |
| 331289 | 331289 | 91047 91047 | 62270 62270 |
| 331290 | 331290 | 68740 68740 | 62270 62270 |
| 331291 | 331291 | 496214 496214 | 62270 62270 |
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)
);