Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MySQLSQL and PostgreSQL permit to define the same reactive and referential constraints. True Fabe we consioer the taoie teacning Deiow, cneck ait statements tnat are

image text in transcribed
image text in transcribed
image text in transcribed
MySQLSQL and PostgreSQL permit to define the same reactive and referential constraints. True Fabe we consioer the taoie teacning Deiow, cneck ait statements tnat are irue, we consider an ideal DBMS that would enforce all reactive constraints. CREATE TABLE Teaching ( Profld INTEGER, CrsCode CHAR (6), Semester CHAR (6). PRIMARY KEY (CrsCode, Semester), FOREIGN KEY (CrsCode) REFERENCES Course. FOREIGN KEY (Profid) REFERENCES Professor (ld)) If we update a semester in Teaching. nothing happens in Professor: If we delete a course (CrsCode) in Course, we set to null the value of Crscode int Teaching. If we delete a professor in Professor, nothing happens in Teaching If we delete a course (Crscede) in Course, we delete the data about this course Question 10 (10 points) A view exists physically. True False

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

Systems Analysis And Synthesis Bridging Computer Science And Information Technology

Authors: Barry Dwyer

1st Edition

0128054492, 9780128054499

More Books

Students also viewed these Databases questions