day is the primary key for this table. Write an SQL query to convert each date in Days into a string formatted as "day_name, month_name day, year". Return the result table in any order.
I've been away from doing anything extensive in MySQL for almost 3 years now, having been using MS SQL Server almost exclusively. But I'm helping a friend redesign the DB for his site (PHP/MySQL) and ...