Carrier interview question

How to view a column in SQL

Interview Answer

Anonymous

Nov 7, 2019

SELECT [Column name] FROM [table name]

2