SELECT EXTRACT(YEAR FROM '2023-11-06') AS Year, EXTRACT(MONTH FROM '2023-11-06') AS Month, EXTRACT(DAY FROM '2023-11-06') AS Day;