FDM Group Interview Question

SQL: How do you read from a table?

Interview Answer

Anonymous

Oct 26, 2017

Depends what you want to read. Read or table: Select * from tablename Read specific data: use "where" clause