inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 20773
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 198830 | 198830 | 244698 244698 | 20773 20773 |
| 198831 | 198831 | 269385 269385 | 20773 20773 |
| 198832 | 198832 | 10276 10276 | 20773 20773 |
| 198833 | 198833 | 159738 159738 | 20773 20773 |
| 198834 | 198834 | 269384 269384 | 20773 20773 |
| 198835 | 198835 | 269383 269383 | 20773 20773 |
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)
);