Select * From Customers  
// Customers tablosunun tüm sutunlarını getirir
Select first_name,last_name From Customers
// Customers tablosunun sadece istenen iki sutununu getirir

Distinct Command

Min() Command

Max() Command

Top() Command

Avg() Command

As Command

Count() Command

Sum() Command