inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 66833
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 3508 | 3508 | 66833 66833 | 98175 98175 |
| 6794 | 6794 | 66833 66833 | 98174 98174 |
| 227518 | 227518 | 66833 66833 | 98170 98170 |
| 401512 | 401512 | 66833 66833 | 98173 98173 |
| 698956 | 698956 | 66833 66833 | 98171 98171 |
| 733120 | 733120 | 66833 66833 | 98172 98172 |
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)
);