inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 121354
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 95145 | 95145 | 231028 231028 | 121354 121354 |
| 95146 | 95146 | 493413 493413 | 121354 121354 |
| 95147 | 95147 | 85754 85754 | 121354 121354 |
| 95148 | 95148 | 529509 529509 | 121354 121354 |
| 95149 | 95149 | 159040 159040 | 121354 121354 |
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)
);