inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 140046
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 488395 | 488395 | 97380 97380 | 140046 140046 |
| 488396 | 488396 | 325066 325066 | 140046 140046 |
| 488397 | 488397 | 253269 253269 | 140046 140046 |
| 488398 | 488398 | 217602 217602 | 140046 140046 |
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)
);