inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 19067
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 946502 | 946502 | 529227 529227 | 19067 19067 |
| 946503 | 946503 | 60085 60085 | 19067 19067 |
| 946504 | 946504 | 258073 258073 | 19067 19067 |
| 946505 | 946505 | 9322 9322 | 19067 19067 |
| 946506 | 946506 | 294201 294201 | 19067 19067 |
| 946507 | 946507 | 40833 40833 | 19067 19067 |
| 946508 | 946508 | 212689 212689 | 19067 19067 |
| 946509 | 946509 | 492864 492864 | 19067 19067 |
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)
);