Miles IT Interview Question

Write a basic SQL query to select everything from one table.

Interview Answer

Anonymous

Aug 6, 2016

SELECT * FROM tablename.

1