inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 19474
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68590 | 68590 | 239796 239796 | 19474 19474 |
| 68591 | 68591 | 447458 447458 | 19474 19474 |
| 68592 | 68592 | 479800 479800 | 19474 19474 |
| 68593 | 68593 | 396068 396068 | 19474 19474 |
| 68594 | 68594 | 352058 352058 | 19474 19474 |
| 68595 | 68595 | 493264 493264 | 19474 19474 |
| 68596 | 68596 | 9543 9543 | 19474 19474 |
| 68597 | 68597 | 158912 158912 | 19474 19474 |
| 68598 | 68598 | 47566 47566 | 19474 19474 |
| 68599 | 68599 | 529438 529438 | 19474 19474 |
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)
);