inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 23959
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 733297 | 733297 | 250763 250763 | 23959 23959 |
| 733298 | 733298 | 279609 279609 | 23959 23959 |
| 733299 | 733299 | 12006 12006 | 23959 23959 |
| 733300 | 733300 | 46448 46448 | 23959 23959 |
| 733301 | 733301 | 498116 498116 | 23959 23959 |
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)
);