Problem Statements
Problem Statements
EmployeeInfo Table:
EmployeePosition :
4. Create table Studentinfo with 10 records
●
table Studentinfo:
stdID stdnam Department Address Gender
e
● Write a query to find all the students' fees according to their city.
● Write the SQL query to find students whose fees are between 100000 to 200000 and belong to
hyderabad.
e
● Write a query to find all the details of the students' fees in ascending order and their name
should be in capital letters.
● Write a query to find all the details of the students' fees are more than 20000 and less than 80000.
● Write a query
to find all the students whose marks are 25 and 75.
● Write the SQL query for all aggregate functions for marks.
11.MongoDB Queries: Design and Develop MongoDB Queries using CRUD operations. (Use
CRUD operations, SAVE method, logical operators etc.).
12.MongoDB - Aggregation and Indexing: Design and Develop MongoDB Queries using
aggregation and indexing with suitable example using MongoDB.
13.MongoDB - Map reduces operations: Implement Map reduces operation with suitable
example using MongoDB.
15. Database Trigger (All Types: Row level and Statement level triggers, Before and After
Triggers). Write a database trigger on Library table. The System should keep track of the
records that are being updated or deleted. The old value of updated or deleted records
should be added in Library_Audit table.