Assignment 7
Assignment 7
1
Queries on Logical Operators
1. Select all columns in student table.
3. Display all columns in faculty table where salary is between 120000 and 150000
4. Select EnrolNO, SNAME, and DOB for for each student whose class coordinator is
Dr. Parul.
5. Select all columns in student table whose birthdate >=9th December, 2001.
15. Display the names of students whose name begins with ‘M”.
16. Display the names of students whose name ends with ‘N”.
17. Display the names of students whose name ends with ‘A” or ends with ‘N’.
18. Display the names of students whose name contains ‘AA’ and Class coordinator is
Dr. Deepak.
19. Display the names of students whose name contains ‘O’ twice.