Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I keeping getting a syntax error in this SQL code. It's the first comma (after american') in the where statement. If I remove that comma
I keeping getting a syntax error in this SQL code. It's the first comma (after american') in the "where" statement. If I remove that comma and just leave it blank - the error then moves to the next comma (after 'asian') I don't understand. Any help is appreciated.
select race from hcan361_hw.dbo. cohort where race = 'black or african american's 'asian', 'hispanic', 'unknown', 'declined', 'native hawaiian or other pacfic islanderStep 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