I extracted the health dataset from a webpage and made some analysis to improve upon my skill in SQL particularly in MySQL. Please leave a star if you think i did well.
Below are some of the analysis i made
- What is the street numbers of all facilities on streets whose names start with avenue?
- How many facilities do not have street number and street name?
- Find all facilities that do not have postal code
- How many facilities are in qc province?
- Find all facilities that has Hospital as facility type
- Find all facilities that do not have a null value in its records
- Show all facilities whos names sarts with C
- Show all facilities that have "Community" in its name.
- What is the total number of records in the odhf_v1 table?
- How many facilities have its details provided by Public Health Agency of Canada?
- How many null values are in the table?