inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20009
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 939193 | 939193 | 266297 266297 | 20009 20009 |
| 939194 | 939194 | 493914 493914 | 20009 20009 |
| 939195 | 939195 | 40547 40547 | 20009 20009 |
| 939196 | 939196 | 9846 9846 | 20009 20009 |
| 939197 | 939197 | 243038 243038 | 20009 20009 |
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)
);