SQL calculating percentage and list of top ten regions -


i need help. have these tables.

  1. patient (patienid, names, gender, address, contact, occupation, doctorid, userid, registrarid)

  2. diagnosis (diagnosisid, provissional_diagnosis, alternative_diagnosis, definitive_diagnosis, patientid, doctorid)

  3. treatment (treatmeni, medicine, dosage, type, councelling, diagnosisid)

so want write following queries

  1. what percentage of patients have suffered 'malaria' treated malaria in future?
  2. list top 10 regions highest number of malaria cases.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -