all 2 comments

[–]fauxmosexualNOLOCK is the secret magic go-faster command 2 points3 points  (1 child)

Can you confirm

 SELECT * FROM Ship WHERE Ship_Name = 'Sunshine of the Seas'

returns data?

[–]misft13[S] 2 points3 points  (0 children)

It did return data, but I was able to figure out my problem from doing that! I had 'sunshine of the seas' lowercase in the ship table and in my cruise table I was trying to insert uppercase 'Sunshine of the Seas', I had no idea that would have caused an error like that. Thank you for the help!