How can i get a specific data from my dataset using SQL and PHPmyadmin?
I'm new to sql. I have 3 datasets , patient (columns : id age Zip_Code, size, weight, sex) blood_tests (columns : test_ID, test_date, blood_sugar, laboratory_ID, patient_ID) laboratory (columns : id, name, Zip_code, departments) how can i get the number of…