suppose there is a table .customers .in which i have 3 columns first_name ,last_name and birth_date , and i want to display first_name ,last_name and age for all customers older than 50 years how should i write a query in sql server