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

CS3481 Syllabus

The document outlines a list of experiments for a Database Management Systems lab course (CS3481). It includes tasks such as creating and manipulating database tables, implementing constraints, querying with various conditions, and developing a GUI-based application. Additionally, it suggests a case study using real-life database applications like inventory management and financial management.

Uploaded by

Ms. RAMYA CSE
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)
175 views2 pages

CS3481 Syllabus

The document outlines a list of experiments for a Database Management Systems lab course (CS3481). It includes tasks such as creating and manipulating database tables, implementing constraints, querying with various conditions, and developing a GUI-based application. Additionally, it suggests a case study using real-life database applications like inventory management and financial management.

Uploaded by

Ms. RAMYA CSE
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

LIST OF EXPERIMENTS

CS3481 Database Management Systems Lab


Manual
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

You might also like