Problem
Write a select statement that returns every employee whose lastname begins with "B" and return their their fullname in the following format lastname, firstname - You must use the CHAR() function to concatenate the comma between the LastName and FirstName.