Assignment 3 - DBMS
Assignment 3 - DBMS
(1) Display all employee whose name start with ‘A’ and third character
is ‘a’.
(2) Display name, number and salary of those employees whose name is
5 characters long and first three characters are ‘Ani’.
(3) Display all information of employee whose second character of name
is either ‘M’ or ‘N’.
(4) Find the list of all customer name whose branch is in ‘andheri’ or
‘dadar’ or ‘virar’.
(5) Display the job name whose first three character in job id
(6) field is ‘FI_’.
(7) Display the title/name of job whose last three character are ‘_MGR’
and their maximum salary is greater than Rs 12000.
Database Management System Lab (20IC208P)
(8) Display the non-null values of employees and also employee name
second character should be ‘n’ and string should be 5- character long.
(9) Display the null values of employee and also employee name’s third
character should be ‘a’.
(10) What will be output if you are giving LIKE predicate as ‘%\_%’
ESCAPE ‘\’