Query
SELECT Name, Phone, NumberOfEmployees FROM Account WHERE NumberOfEmployees>25
The query above will display all records of the of the Account object whose NumberOfEmployees is more than 25.

SELECT Name, Phone, NumberOfEmployees FROM Account WHERE NumberOfEmployees>6000

Video
Video does not exists.