inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28273
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 935759 | 935759 | 101280 101280 | 28273 28273 |
| 935760 | 935760 | 14431 14431 | 28273 28273 |
| 935761 | 935761 | 258816 258816 | 28273 28273 |
| 935762 | 935762 | 533400 533400 | 28273 28273 |
| 935763 | 935763 | 60021 60021 | 28273 28273 |
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)
);