Question: An example relational database is shown below. This database stores data about wineries and the wine regions they are located. A relational database manages data
An example relational database is shown below. This database stores data about wineries and the wine regions they are located. A relational database manages data in tables. There are two tables: the winery table that contains information about wineries and the region table that collects information about wine regions.
Please draw the entity-relationship diagram to illustrate the relationship(s) between/among the entities in the above database.
Please list any TWO attributes of the Region Table.
Please list the primary key and foreign key of the Winery Table.
DBMS users for large and midrange computers, such as DB2, Oracle, or SQL Server, would employ SQL to retrieve the information they needed from the database. Display the results of the below SQL statement: SELECT Winery_name, State FROM Winery, Region WHERE Winery.Region_ID = Region.Region_ID

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
