inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 791
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 397556 | 397556 | 791 791 | 1995 1995 |
| 397557 | 397557 | 791 791 | 1994 1994 |
| 479079 | 479079 | 791 791 | 1992 1992 |
| 789916 | 789916 | 791 791 | 1993 1993 |
| 949650 | 949650 | 791 791 | 1996 1996 |
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)
);