Ultimate access to all questions.
A data engineer needs to extract the date part from the order_timestamp
column in the orders
Delta table, formatting it as '31-12-2022', where the first two digits represent the day of the month, followed by the month of the year, and finally the year itself, all separated by hyphens. Which query should the data engineer use to achieve this?