The SELECT statement allows you to query partial data of a table by specifying a list of comma-separated columns in the SELECT clause. For example, if you want to view only first name , last name and job title of the employees, you use the following query: