How to use LIKE operator in MYSQL?
Write an SQL query to report the patient_id, patient_name all conditions of patients who have Type I Diabetes. Type I Diabetes always starts with DIAB1 prefix. +--------------+---------+ | Column Name | Type | +--------------+---------+ | patient_id | int | |…