person_id
column as is.CONCAT
function to combine the name
column with the first letter of the profession
column, which is obtained using the LEFT
function, and enclose this letter in parentheses.name
.person_id
in descending order to meet the output requirement.erDiagram Person { int person_id varchar name ENUM profession }