inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 31901
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 210630 | 210630 | 69322 69322 | 31901 31901 |
| 210631 | 210631 | 107755 107755 | 31901 31901 |
| 210632 | 210632 | 270201 270201 | 31901 31901 |
| 210633 | 210633 | 535283 535283 | 31901 31901 |
| 210634 | 210634 | 245284 245284 | 31901 31901 |
| 210635 | 210635 | 504894 504894 | 31901 31901 |
| 210636 | 210636 | 33546 33546 | 31901 31901 |
| 210637 | 210637 | 326190 326190 | 31901 31901 |
| 210638 | 210638 | 16479 16479 | 31901 31901 |
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)
);