What is the equivalent SQL statement for the following dplyr code
df %>% select(c(patient_id, patient_name)) %>% rename(ID = patient_id, Name = pati