Q1. Create a new column DoB in Student table. (Datatype will be date) Q2. Insert DoB for each Student in corresponding table using above instance of Student
table. Q3. Find average of GPA round off to 2 decimal places. Q4. Find year of DoB of Student having less than 1000. Q5. Compute Age of each...
Thursday, November 19, 2020
Tags
SQL
