SELECT Id, Name FROM Account
This will return the Id and Name fields from the Account table. No filtering or sorting will be applied.