in the Azure databricks I have been using the following syntax for identifying the definition of a spark table.But I have a struct column with more than 50 columns as a result the output is hidden like the screenshot below. Can you help me with the correct syntax please. Thanks in advance.
%sql
DESCRIBE table mak.g1
This same technique can be done with "describe table".