update the age column by D.O.B column automatically. whenever the sql server browse the column should be able to update itself. so i think it should be written when creating the table or alter table. what about using "Timestamp"? . how can i overcome?
Name dob age
aaa 12-JUN-1985
bbb 15-MAY-1991
ccc 23-AUG-2000
the table should be
Name dob age
aaa 12-JUN-1985 28
bbb 15-MAY-1991 22
ccc 23-AUG-2000 13