inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15500
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 845500 | 845500 | 242046 242046 | 15500 15500 |
| 845501 | 845501 | 488896 488896 | 15500 15500 |
| 845502 | 845502 | 7308 7308 | 15500 15500 |
| 845503 | 845503 | 264756 264756 | 15500 15500 |
| 845504 | 845504 | 38651 38651 | 15500 15500 |
| 845505 | 845505 | 55118 55118 | 15500 15500 |
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)
);