0% found this document useful (0 votes)
34 views1 page

P RACTICALRDBMS

This document outlines the syllabus for the Practical: PL/SQL Lab course offered at the University of Madras for the B.Sc. Degree in Computer Science. The objectives of the course are to learn SQL and PL/SQL commands to retrieve and manipulate data, handle exceptions, use cursors and triggers. Students will also develop database applications using front-end and back-end tools. The syllabus covers DDL, DML, and SQL queries, as well as PL/SQL concepts like exception handling, cursors, triggers and packages. Students will complete exercises developing applications for library management, student mark sheets, and payroll processing.

Uploaded by

jikat75273
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)
34 views1 page

P RACTICALRDBMS

This document outlines the syllabus for the Practical: PL/SQL Lab course offered at the University of Madras for the B.Sc. Degree in Computer Science. The objectives of the course are to learn SQL and PL/SQL commands to retrieve and manipulate data, handle exceptions, use cursors and triggers. Students will also develop database applications using front-end and back-end tools. The syllabus covers DDL, DML, and SQL queries, as well as PL/SQL concepts like exception handling, cursors, triggers and packages. Students will complete exercises developing applications for library management, student mark sheets, and payroll processing.

Uploaded by

jikat75273
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/ 1

UNIVERSITY OF MADRAS

B.Sc. DEGREE COURSE IN COMPUTER SCIENCE


SYLLABUS WITH EFFECT FROM 2020-2021

BCE-CSC13
PRACTICAL:– PL / SQL LAB
(Common paper to B.Sc.Software Applications, B.Sc.Computer Science with
Data Science, Computer Science with AI & B.C.A.)

II / III YEAR
III / V SEM

OBJECTIVES:
 Learn the various DDL and DML commands
 Understand queries in SQL to retrieve information from data base
 Understand PL/SQL statements: Exception Handling, Cursors, and Triggers.
 Develop database applications using front-end and back-end tools.
OUTCOMES:
 Implement the DDL , DML Commands and Constraints
 Create, Update and query on the database.
 Design and Implement simple project with Front End and Back End.

LIST OF EXERCISES

1) DDL commands with constraints.


2) DML Commands with constraints.
3) SQL Queries: Queries, sub queries, Aggregate function
4) PL/SQL : Exceptional Handling
5) PL/SQL : Cursor
6) PL/SQL : Trigger
7) PL/SQL : Packages
8) Design and Develop Application for Library Management
9) Design and Develop Application for Student Mark Sheet Processing
10) Design and Develop Application for Pay Roll Processing

You might also like