Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hands - on Activity Entity Relationship Modeling Objective: At the end of the exercise, the students should be able to: Incorporate entities into the database

Hands-on Activity Entity Relationship Modeling Objective: At the end of the exercise, the students should be able to: Incorporate entities into the database design process. Software Requirements: Microsoft SQL Server Management Studio 18.0 or higher Microsoft SQL Server Express 2017 Instructions: 1. Launch Microsoft SSMS.2. Create a database named in this format: DB_LastNameFirstName04(ex. DB_ReyesMark04).3. Create five (5) tables based on the attribute boxes below. Set appropriate data types. Professors ClassSchedules Students Rooms PK professor_id PK class_id PK student_id PK room_id first_name FK1 course_id first_name room_name last_name subject last_name building contact_number schedule contact_number major FK2 room_id address Courses department FK3 professor_id FK1 course_id PK course_id title description department

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

Students also viewed these Databases questions