SOQL Stands for Salesforce Object Query Language.
SOQL uses the SELECT statement combined with filtering statements to return sets of data, which can optionally be ordered.
SELECT Name, Type, BillingCountry FROM Account