Create table with calculated column

Viewed 8420

I want to create table with three columns:

START_DATE|END_DATE|TOTAL_TIME 

START_DATE and END_DATE should both be dates. TOTAL_TIME should be calculated by using these two columns. How can I create the table?

1 Answers
Related