inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 31265
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 977229 | 977229 | 244448 244448 | 31265 31265 |
| 977230 | 977230 | 41863 41863 | 31265 31265 |
| 977231 | 977231 | 534936 534936 | 31265 31265 |
| 977232 | 977232 | 16121 16121 | 31265 31265 |
| 977233 | 977233 | 61955 61955 | 31265 31265 |
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)
);