inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 31858
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1019194 | 1019194 | 42652 42652 | 31858 31858 |
| 1019195 | 1019195 | 245212 245212 | 31858 31858 |
| 1019196 | 1019196 | 16457 16457 | 31858 31858 |
| 1019197 | 1019197 | 63579 63579 | 31858 31858 |
| 1019198 | 1019198 | 535259 535259 | 31858 31858 |
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)
);