inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28849
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 14160 | 14160 | 533704 533704 | 28849 28849 |
| 14161 | 14161 | 239964 239964 | 28849 28849 |
| 14162 | 14162 | 28299 28299 | 28849 28849 |
| 14163 | 14163 | 14762 14762 | 28849 28849 |
| 14164 | 14164 | 50631 50631 | 28849 28849 |
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)
);