0% found this document useful (0 votes)
13 views

DBMSLab Index

This is done
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

DBMSLab Index

This is done
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Matoshri College of Engineering & Research Center, Nashik

Department of Computer Engineering


INDEX
Subject: 310246:Database Management Systems Laboratory

Sr. No Title Pages Date Remark


Group A
1 Study of Open Source Relational Databases : MySQL
2 Design and Develop SQL DDL statements which demonstrate the
use of SQL objects such as Table, View, Index, Sequence,
Synonym
3 Design at least 10 SQL queries for suitable database application
using SQL DML statements: Insert, Select, Update, Delete with
operators, functions, and set operator.
4 Design at least 10 SQL queries for suitable database application
using SQL DML statements: all types of Join, Sub-Query and
View.
5 Unnamed PL/SQL code block: Use of Control structure and
Exception handling is mandatory. Write a PL/SQL block of code
for the following requirements:- Schema:
6 Cursors: (All types: Implicit, Explicit, Cursor FOR Loop,
Parameterized Cursor) Write a PL/SQL block of code using
parameterized Cursor, that will merge the data available in the
newly created table N_RollCall with the data available in the
table O_RollCall. If the data in the first table already exist in the
second table then that data should be skipped.

7 PL/SQL Stored Procedure and Stored Function. Write a Stored


Procedure namely proc_Grade for the categorization of student. If
marks scored by students in examination is <=1500 and
marks>=990 then student will be placed in distinction category if
marks scored are between 989 and900 category is first class, if
marks 899 and 825 category is Higher Second Class Write a
PL/SQL block for using procedure created with above
requirement. Stud_Marks(name, total_marks) Result(Roll,Name,
Class)

8 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.

Group B

1 Study of Open Source NOSQL Database: MongoDB (Installation,


Basic CRUD operations, Execution)
2 Design and Develop MongoDB Queries using CRUD operations.
(Use CRUD operations, SAVE method, logical operators)

3 Implement aggregation and indexing with suitable example using


MongoDB.
4 Implement Map reduces operation with suitable example using
MongoDB
5 Design and Implement any 5 query using MongoDB
Group C

1 Write a program to implement MogoDB database connectivity


with PHP/ python/Java Implement Database navigation
operations (add, delete, edit etc. ) using ODBC/JDBC.

2 Implement MYSQL/Oracle database connectivity with PHP/


python/Java Implement Database navigation operations (add,
delete, edit,) using ODBC/JDBC.
3 Mini Project

CERTIFICATE

Certified that_____________________________________________________________
Roll No.___________of T.E. Computer has___________________________________
Completed the term work.

Lab Incharge Head of Department Principal

You might also like