[go: up one dir, main page]

0% found this document useful (0 votes)
36 views2 pages

CS 3481 DBMS Lab

The document outlines the syllabus for the Database Management Systems Laboratory course (CS 3481) at DMI College of Engineering for the 2024-2025 academic year. It includes course objectives, a list of experiments focusing on SQL commands, database design, and application development, as well as expected course outcomes. Additionally, it maps course outcomes to program outcomes and specific program skills.

Uploaded by

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

CS 3481 DBMS Lab

The document outlines the syllabus for the Database Management Systems Laboratory course (CS 3481) at DMI College of Engineering for the 2024-2025 academic year. It includes course objectives, a list of experiments focusing on SQL commands, database design, and application development, as well as expected course outcomes. Additionally, it maps course outcomes to program outcomes and specific program skills.

Uploaded by

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

DMI COLLEGE OF ENGINEERING

(AN AUTONOMOUS INSTITUTION)


APPROVED BY AICTE, AFFILIATED TO ANNA UNIVERSITY,
ACCREDITED BY NBA, ISO CERTIFIED INSTITUTION
PALANCHUR – NAZARATHPET P.O., CHENNAI – 600 123

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

SYLLABUS

SUBJECT CODE: CS 3481

SUBJECT NAME: DATABASE MANAGEMENT SYSTEMS LABORATORY LTPC 0 0 3 1.5

YEAR: II CSE A (2024-2025 EVEN SEMESTER)

COURSE OBJECTIVES:

 To learn and implement important commands in SQL.


 To learn the usage of nested and joint queries.
 To understand functions, procedures and procedural extensions of databases.
 To understand design and implementation of typical database applications.
 To be familiar with the use of a front end tool for GUI based application development.
LIST OF EXPERIMENTS:

1. Create a database table, add constraints (primary key, unique, check, Not null), insert rows, update and delete
rows using SQL DDL and DML commands.

2. Create a set of tables, add foreign key constraints and incorporate referential integrity.

3. Query the database tables using different ‘where’ clause conditions and also implement aggregate functions.

4. Query the database tables and explore sub queries and simple join operations.

5. Query the database tables and explore natural, equi and outer joins.

6. Write user defined functions and stored procedures in SQL.

7. Execute complex transactions and realize DCL and TCL commands.

8. Write SQL Triggers for insert, delete, and update operations in a database table.

9. Create View and index for database tables with a large number of records.

10. Create an XML database and validate it using XML schema.

11. Create Document, column and graph based data using NOSQL database tools.

12. Develop a simple GUI based database application and incorporate all the above mentioned features
13. Case Study using any of the real life database applications from the following list

a) Inventory Management for a EMart Grocery Shop

b) Society Financial Management

c) Cop Friendly App – Eseva

d) Property Management – eMall

e) Star Small and Medium Banking and Finance

● Build Entity Model diagram. The diagram should align with the business and functional goals
stated in the application.
● Apply Normalization rules in designing the tables in scope.
● Prepared applicable views, triggers (for auditing purposes), functions for enabling enterprise
grade features.
● Build PL SQL / Stored Procedures for Complex Functionalities, ex EOD Batch Processing for
calculating the EMI for Gold Loan for each eligible Customer.
● Ability to showcase ACID Properties with sample queries with appropriate settings
TOTAL: 45 PERIODS

COURSE OUTCOMES: At the end of this course, the students will be able to:

CO1: CREATE DATABASES WITH DIFFERENT TYPES OF KEY CONSTRAINTS.


CO2: CONSTRUCT SIMPLE AND COMPLEX SQL QUERIES USING DML AND DCL COMMANDS.
CO3: USE ADVANCED FEATURES SUCH AS STORED PROCEDURES AND TRIGGERS AND INCORPORATE IN GUI
BASED APPLICATION DEVELOPMENT.
CO4: CREATE AN XML DATABASE AND VALIDATE WITH META-DATA (XML SCHEMA).
CO5: CREATE AND MANIPULATE DATA USING NOSQL DATABASE.

CO’s- PO’s & PSO’s MAPPING


PO’s PSO’s
CO’s
1 2 3 4 5 6 7 8 9 10 11 12 1 2 3
1 3 3 3 3 - - - - 3 1 3 2 2 3 2
2 2 2 3 2 2 - - - 1 2 3 3 2 1 2
3 3 3 2 1 1 - - - 1 1 1 3 2 3 3
4 1 3 3 3 1 - - - 1 1 3 2 3 1 3
5 3 2 1 1 1 - - - 2 2 3 1 3 1 2
AVG 2 3 2 2 1 - - - 2 1 3 2 2 2 2

1 - LOW, 2 - MEDIUM, 3 - HIGH, ‘ - ' - NO CORRELATION

You might also like