You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case #3, hotel_checkins has an entry:
id person_id hotel_name check_in_date
2 27 Sunset Bay Hotel 19860813
and surveillance_records has an entry:
id person_id hotel_checkin_id suspicious_activity
8 8 2 Left suddenly at 3 AM
and according to the schema, the hotel_checkins.id is the one used in surveillance_records.hotel_checkin_id.
These two records have the same entry there, but different person_id.
This is rather confusing.
The text was updated successfully, but these errors were encountered:
Kelley12
added a commit
to Kelley12/SQLNoir
that referenced
this issue
Feb 17, 2025
In case #3,
hotel_checkins
has an entry:id person_id hotel_name check_in_date
2 27 Sunset Bay Hotel 19860813
and
surveillance_records
has an entry:id person_id hotel_checkin_id suspicious_activity
8 8 2 Left suddenly at 3 AM
and according to the schema, the
hotel_checkins.id
is the one used insurveillance_records.hotel_checkin_id
.These two records have the same entry there, but different
person_id
.This is rather confusing.
The text was updated successfully, but these errors were encountered: