Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are required to create the following tables in a database named StudentNumber_DATA6212_ExamQ2: MODULES MODULE_CODE MODULE_NAME VENUES VENUE_CODE VENUE_NAME ADDRESS CITY VARCHAR(10) NOT NULL VARCHAR(50)

You are required to create the following tables in a database named
StudentNumber_DATA6212_ExamQ2:

 

MODULES MODULE_CODE MODULE_NAME VENUES VENUE_CODE VENUE_NAME ADDRESS CITY VARCHAR(10) NOT NULL VARCHAR(50) NOT NULL ASSESSMENT_BOOKINGS VENUE_CODE VARCHAR(5) NOT NULL VARCHAR(50) NOT NULL VARCHAR(50) NOT NULL VARCHAR(50) NOT NULL MODULE_CODE VARCHAR(10) NOT NULL MARKS VARCHAR(5) NOT NULL ASSESSMENT DATE DATE NOT NULL START_TIME TIME NOT NULL DURATION SMALLINT NOT NULL SMALLINT NOT NULL PRIMARY KEY PRIMARY KEY PRIMARY KEY FOREIGN KEY REFERENCES MODULE(MODULE_CODE) PRIMARY KEY FOREIGN KEY REFERENCES VENUES(VENUE_CODE) PRIMARY KEY PRIMARY KEY

Step by Step Solution

There are 3 Steps involved in it

Step: 1

The database can be created using the query below MYSQL is used to create the database a... 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

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

Find the value of x 15 B X X A C 16 D Find the value of x 15 16

Answered: 1 week ago

Question

What is database design?

Answered: 1 week ago