As a Data Engineer, you were asked to create a Delta table to store the following transaction data: transactionId transactionDate unitsSold 1 01-01-2021 09:10:24 AM 100 2 01-01-2022 10:30:30 AM 10 Which SQL statement correctly creates the Delta table?