inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 208453
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 686327 | 686327 | 208453 208453 | 5474 5474 |
| 830903 | 830903 | 208453 208453 | 301680 301680 |
| 898753 | 898753 | 208453 208453 | 120458 120458 |
| 983393 | 983393 | 208453 208453 | 301679 301679 |
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)
);