VersaSuite interview question

How would you got about writing a simple SQL query to pull an item from a database

Interview Answer

Anonymous

6 Aug 2013

you would type SELECT (desired column names or *) FROM (desired table)