Electronic Arts interview question

What SQL command would you use to get all rows in a table?

Interview Answers

Anonymous

9 Nov 2020

Select*from master.legend_device;

Anonymous

9 Nov 2020

Select command