Relativity Interview Question

What is the SQL command for selecting all rows from a table?

Interview Answer

Anonymous

Sep 1, 2017

SELECT * FROM [table_name]