Person (SSN, Name, Surname, DateOfBirth, Gender) SerologicalTest (CodT, CommercialName, Brand, Reliability) Building(CodB, City, Province Region, MaxCapacity) UndergoTest (
thank you for the tips! but for demonstration can you break down this sql query to help me understand better what u mean in a practical sense?
Person (SSN, Name, Surname, DateOfBirth, Gender)
SerologicalTest (CodT, CommercialName, Brand, Reliability)
Building(CodB, City, Province Region, MaxCapacity)
UndergoTest (SSN, CodT, Date, CodB, Outcome)
Considering only the buildings located in the Piedmont region (Region = “Piedmont”), find the dates of June 2020 at which the overall number of tests made in that building is maximal.
please keep in mind that im a beginner but also please explain everything rigorously i really have to understand the thought process before 4 days so i can at least solve questions of this level. its just relational tables nothing more for the exam for now.
Step by step
Solved in 3 steps