Relativity interview question

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

Interview Answer

Anonymous

1 Sept 2017

SELECT * FROM [table_name]