Hey, I don't know if I'm just being slow. I am in the shut down code portion finding the email of the Pride doctor. Found the docs name (ha ha arnold) but I cannot get the email. It shows up blank. Can someone give me the code needed to succeed? I have typed this every way I can think of. I even found the walkthrough, typed it character for character, nothing.
hii, i struggled during that part too. i don't know what you tried but this code worked for me:
irs.contact table is the one which has doctors' emails, so you gotta type:
select *
from irs.contacts
where full_name = 'arnold schwarzenegger'
with that, the third part of the password would be "OWIE"
hope i could help <3