DBMS- II

Paper Code: 
CBCA501
Credits: 
03
Periods/week: 
03
Max. Marks: 
100.00
Objective: 

In this module student will learn various concepts in oracle i.e. they can design rich databases for various projects.

9.00
Unit I: 
Transaction Processing & Concurrency Control Techniques

Transaction Processing: Introduction to Transaction Processing, Transaction and System concepts, Desirable properties of Transactions. Characterizing Schedules Based on Recoverability, Characterizing Schedules Based on Serializability.

Concurrency control techniques: Locking techniques for concurrency control, Concurrency control based on Timestamp ordering.

9.00
Unit II: 
Database Recovery Concepts & Database Integrity and Security

Database recovery concepts: Recovery outline, Caching of Disk blocks, Write ahead logging, Steal/No Steal and Force/No Force, Checkpoints in the System Log and Fuzzy Check pointing, Transaction Rollback. Recovery Techniques Based on Deferred Update and on Immediate Update.

Database Integrity and Security: Domain constraints, Referential Integrity, Introduction to Assertions, Need for Triggers, Security violation and Authorization.

9.00
Unit III: 
Relational Database Management Systems

Relational Database Management Systems: Brief history of MySQL, Key Features, MySQL server and Clients, MySQL and SQL, Classification of SQL statements, Some MySQL SQL elements (Literals, Data Types, Null values, comments), SQL command syntax.

Databases in MySQL (Create, Open, Remove). Creating Tables: Create Command. Viewing structure of table using DESC command.

Changing data with DML commands: INSERT INTO command, inserting values through substitution, inserting NULL values, inserting dates, inserting data from other table.

Select Statement, using WHERE clause.

Operators: Relational operators, Logical operators. Condition based on a range, list, pattern match.

Searching and Sorting: Searching for NULL (IS NULL), Sorting results (ORDER BY Clause), Sorting By Column Alias. Grouping result – Group By command, Having Clause. Eliminating redundant data with Distinct keyword.

MySQL Functions and Grouping: Types of MySQL Functions (String, Numeric, Date/Time).

9.00
Unit IV: 
Changing data with DML commands, Managing Constraints & Displaying Data From Multiple Tables

Changing data with DML commands: Modifying data with update command, Deleting data with delete command. DDL commands: ALTER TABLE command, Adding columns, modifying data-type and size of a column, DROP TABLE.

Managing Constraints: Creating constraints, Unique, Primary Key, Default, Check and Foreign Key, table constraints, Dropping constraints, enabling and disabling constraints, deferring constraints checks. Sub Queries: Concept of Sub-Query, Sub Query to Solve a Problem, Guidelines for Using Sub Queries, Types of Sub-Queries (Single Row and Multiple Row) and (Single Column and Multiple Column); Single Row Sub-Query and its Execution.

Displaying Data From Multiple Tables: Concept of Join, Result of Join, Cartesian Product and Generating Cartesian Product example using Mathematical Set), Types Of Joins, AND operator, Table Aliases.

9.00
Unit V: 
Database connectivity to MySQL

Database connectivity to MySQL: Introduction, Classes used for Database connectivity, Prerequisites for connecting to MySQL from Java, Connecting to MySQL from Java.

ESSENTIAL READINGS: 
  1. R. Elmasri and SB Navathe, “Fundamentals of Database Systems”, Addison Wesley, 3th Ed., 2000.
  2. Sumita Arora, “Informatics Practices”, Dhanpat Rai & Co.
REFERENCES: 
  1. James R. Groff & Paul N. Weinberg, “The Complete Reference SQL”, Tata McGraw Hill.
  2. Alexis Leon & Mathews Leon, “SQL: A Complete Reference”, Tata McGraw Hill.
  3. Abraham Silberschatz, Henry Korth, S. Sudarshan, “Database Systems Concepts”, 6th Edition, McGraw Hill International Edition, 1997.
Academic Year: