Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

3. Consider a scenario where a university wants to track student membership in school clubs. The database needs to contain information on the students: student

image text in transcribed
3. Consider a scenario where a university wants to track student membership in school clubs. The database needs to contain information on the students: student id, student name, major, phone number. It also needs to contain information about the clubs: club number, club name, web site, contact phone number. Also, for students, the university wants to maintain a list of that student's club memberships, and for the clubs, a list of the club members. The university also want to know the president of each club. The ER diagram below describes the scenario. Create the user defined types for the student and club entity types. User object references as appropriate. Create tables from the user define types as typed tables. has president Student studentint .name varchar(30) major varchar(20) .phone varchar(10) clubs array of clubs Club loclubID int name varchar(20) memberlist array () of student 3. Consider a scenario where a university wants to track student membership in school clubs. The database needs to contain information on the students: student id, student name, major, phone number. It also needs to contain information about the clubs: club number, club name, web site, contact phone number. Also, for students, the university wants to maintain a list of that student's club memberships, and for the clubs, a list of the club members. The university also want to know the president of each club. The ER diagram below describes the scenario. Create the user defined types for the student and club entity types. User object references as appropriate. Create tables from the user define types as typed tables. has president Student studentint .name varchar(30) major varchar(20) .phone varchar(10) clubs array of clubs Club loclubID int name varchar(20) memberlist array () of student

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions