Hope you guys are doing SQL coz i am a bit lost.
The questions ask to wirte an SQL search specification to find artists that are alive and the database has the field Dead and a couple of the artists are dead coz its states the date the died and like 7 are alive but in the field died they just have it empty for the alive aritists, how would i write this?
Select: Died, Surename
From: DB
Where: Died= "EMPTY"
Order by: surename-ASC
is that right?
The questions ask to wirte an SQL search specification to find artists that are alive and the database has the field Dead and a couple of the artists are dead coz its states the date the died and like 7 are alive but in the field died they just have it empty for the alive aritists, how would i write this?
Select: Died, Surename
From: DB
Where: Died= "EMPTY"
Order by: surename-ASC
is that right?