I don't know why I can't use where clause in this project, it shows up throwing Error Code: 1054.
in this case :Error Code: 1054. Unknown column '15/05/20' in 'where clause'
select * from covid_19_india;
select `state/unionterritory`,
cured, cured, confirmed,
round(deaths/confirmed)*100 as mortality_rate
from covid_19_india
where date = `15/05/20`;
Here is the file I have imported data from the below file...