inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 8569
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 824103 | 824103 | 3429 3429 | 8569 8569 |
| 824104 | 824104 | 236447 236447 | 8569 8569 |
| 824105 | 824105 | 55866 55866 | 8569 8569 |
| 824106 | 824106 | 3431 3431 | 8569 8569 |
| 824107 | 824107 | 201350 201350 | 8569 8569 |
| 824108 | 824108 | 78325 78325 | 8569 8569 |
| 824109 | 824109 | 3430 3430 | 8569 8569 |
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)
);