RDBMS (Relational Database Management System)
What is RDBMS (BCA Sem 2)?
RDBMS (Relational Database Management System) is Subject Code 205 in the BCA Semester 2 syllabus at most Indian universities. It is the course that introduces students to relational databases — data stored in tables with rows and columns, related to each other through primary keys and foreign keys — and to the two languages used to work with that data: SQL (the standard declarative query language) and Oracle PL/SQL (Oracle's procedural extension for stored programs, triggers, and business logic).
The BCA Sem 2 RDBMS lab pairs theory (normalisation, ER modelling, transactions) with practical assignments (writing SQL queries, building PL/SQL blocks, designing stored procedures). The goal is to be able to read a problem statement, design a schema, write the SQL, and run it on an Oracle database.
Subject Code: 205
Topic-Wise Solutions
- Insert & Calculate Employee Data
- Conditional Salary Deduction
- Update Product Total Sales
- Retrieve Patient Information
Comprehensive Lab Assignments
- SQL Lab: Employee & Project Management
- PL/SQL Basics: Control Structures
- PL/SQL Advanced: Cursors & Exceptions