Computer Science, asked by jxosey, 3 months ago

consider two fields -B_date,which stores the birth date,and J_date,which stores the joining date of an employee.write a commands to find out and display the approximate age of an employee as on joining date​

Answers

Answered by sonupdmehta
4

Answer:

Ես պատասխան չեմ տա, հասկացա

Answered by himanshushukla6789
0

Answer:

select year(Curdate())-year(b_date()) as "Age as on Today" from table name;

Similar questions