Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A data engineer is trying to determine if the Delta table named 'transactions' is an external table or a managed table. Which command can be used to identify the table type?
A
SHOW CREATE TABLE transactions
B
DESCRIBE EXTENDED transactions
C
SHOW TABLE EXTENDED LIKE 'transactions'
D
DESCRIBE FORMATTED transactions
E
All of the above