inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15290
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 860934 | 860934 | 39010 39010 | 15290 15290 |
| 860935 | 860935 | 7176 7176 | 15290 15290 |
| 860936 | 860936 | 59794 59794 | 15290 15290 |
| 860937 | 860937 | 241654 241654 | 15290 15290 |
| 860938 | 860938 | 488698 488698 | 15290 15290 |
| 860939 | 860939 | 77351 77351 | 15290 15290 |
| 860940 | 860940 | 155464 155464 | 15290 15290 |
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)
);