inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 8924
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 131754 | 131754 | 167326 167326 | 8924 8924 |
| 131755 | 131755 | 70300 70300 | 8924 8924 |
| 131756 | 131756 | 229271 229271 | 8924 8924 |
| 131757 | 131757 | 242104 242104 | 8924 8924 |
| 131758 | 131758 | 3581 3581 | 8924 8924 |
| 131759 | 131759 | 15243 15243 | 8924 8924 |
| 131760 | 131760 | 534189 534189 | 8924 8924 |
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)
);