Carrier interview question

How to view a column in SQL

Interview Answer

Anonymous

7 Nov 2019

SELECT [Column name] FROM [table name]

2