Question: Use the MONTHS_BETWEEN and other appropriate functions to write one query that returns the number of years between the oldest and youngest student in the
Use the MONTHS_BETWEEN and other appropriate functions to write one query that returns the number of years between the oldest and youngest student in the Student table.
Student Table Name Null? Type ----------------------------------------- -------- ---------------------------- STNO NOT NULL NUMBER(38)
SNAME VARCHAR2(20)
MAJOR VARCHAR2(4)
CLASS NUMBER(38)
BDATE DATE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
