In Hive, when we do a query (like: select * from employee
), we do not get any column names in the output (like name, age, salary that we would get in RDBMS SQL), we only get the values.
Is there any way to get the column names to be displayed along with the output when you execute any query?