Electronic Arts Interview Question

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

Interview Answers

Anonymous

Nov 9, 2020

Select*from master.legend_device;

Anonymous

Nov 9, 2020

Select command