Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help with number 3,4,7,8,10, and 11. If you don't know the language that is fine, I just need help with the written out
I need help with number 3,4,7,8,10, and 11.
If you don't know the language that is fine, I just need help with the written out logic of them.
Your assignment: Consider the JSON database in the file sampleUnivDB.jsonencodes in JSON the following tables: Department (dcode, dname, chair) Course (dcode, cno, title, units) Prereq (dcode, cno, pcode, pno) Class (class, dcode, cno, instr) Faculty (ssn, name, dcode, rank) Student (ssn, name, major, status) Enrollment (class, ssn) Transcript (ssn, dcode, cno, grade) Note that the The primary keys are underlined. The meaning of the primary key is that there cannot be two different tuples in the relation with identical values for the primary key. Some explanations of attributes (variable names) are as follows. Chair in Department refers to SSN in Faculty table. Instr refers to Ssn in Faculty table, and ssn in Transcript refers to Ssn in Student table. Class is a unique ID for each offering of a course. For example, a class with class 21may be an offering of CS 330, in which case, we may have a tuple like in the Class table.Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started