inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 14114
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 696932 | 696932 | 69280 69280 | 14114 14114 |
| 696933 | 696933 | 33495 33495 | 14114 14114 |
| 696934 | 696934 | 261246 261246 | 14114 14114 |
| 696935 | 696935 | 488011 488011 | 14114 14114 |
| 696936 | 696936 | 6433 6433 | 14114 14114 |
| 696937 | 696937 | 240256 240256 | 14114 14114 |
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)
);