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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -