DBMS Practical 3
DBMS Practical 3
NAME:RATHVA DIPESHKUMAR B
DIVISION: E
BATCH: E2
Do as directed:
1) Display the first name in lower case and last name in upper
case, for all employees whose employee number is in the
range between 80 and 150.
4) Display the last name for all employees where last name’s
length is greater than 8 characters.
7) For each employee, display the first name, hire date, hire
date minus 10 days, hire date plus one month, and the day
difference between current date and hire date.
8) For each employee, display the first name, last name, hire
date, number of months he works in the company, and
number of years he works in the company.
9) For each employee, display the first name, hire date, and
hire date plus one year.
10) For each employee, display the first name, hire date, hire
date rounded up to the nearest year, and hire date
rounded up to the nearest month.