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

Elective I RDBMS and Oracle PDF

The document outlines the topics that will be covered in an Oracle database course. Unit 1 introduces basic database concepts like relationships, DBMS, and normalization. Unit 2 covers getting started with Oracle, including SQL*Plus, Oracle tables, and data definition language. Unit 3 discusses working with tables, including data manipulation language, functions, grouping, and joins. Unit 4 presents PL/SQL programming concepts such as blocks, data types, control structures, and exceptions. Unit 5 covers PL/SQL composite data types, named blocks, procedures, functions, packages, and triggers. Recommended textbooks are also provided.

Uploaded by

Radhiya devi C
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)
653 views1 page

Elective I RDBMS and Oracle PDF

The document outlines the topics that will be covered in an Oracle database course. Unit 1 introduces basic database concepts like relationships, DBMS, and normalization. Unit 2 covers getting started with Oracle, including SQL*Plus, Oracle tables, and data definition language. Unit 3 discusses working with tables, including data manipulation language, functions, grouping, and joins. Unit 4 presents PL/SQL programming concepts such as blocks, data types, control structures, and exceptions. Unit 5 covers PL/SQL composite data types, named blocks, procedures, functions, packages, and triggers. Recommended textbooks are also provided.

Uploaded by

Radhiya devi C
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

RDBMS AND ORACLE

Unit 1: Database Concepts: A Relational approach: Database – Relationships – DBMS –


Relational Data Model – Integrity Rules – Theoretical Relational Languages. Database
Design: Data Modeling and Normalization: Data Modeling – Dependency – Database
Design – Normal forms – Dependency Diagrams - Denormalization – Another Example of
Normalization.

Unit-2: Oracle9i: Overview: Personal Databases – Client/Server Databases – Oracle9i an


introduction – SQL *Plus Environment – SQL – Logging into SQL *Plus - SQL *Plus
Commands – Errors & Help – Alternate Text Editors - SQL *Plus Worksheet - iSQL *Plus.
Oracle Tables: DDL: Naming Rules and conventions – Data Types – Constraints – Creating
Oracle Table – Displaying Table Information – Altering an Existing Table – Dropping,
Renaming, Truncating Table – Table Types – Spooling – Error codes.

Unit 3: Working with Table: Data Management and Retrieval: DML – adding a new
Row/Record – Customized Prompts – Updating and Deleting an Existing Rows/Records –
retrieving Data from Table – Arithmetic Operations – restricting Data with WHERE clause
– Sorting – Revisiting Substitution Variables – DEFINE command – CASE structure.
Functions and Grouping: Built-in functions –Grouping Data. Multiple Tables: Joins and Set
operations: Join – Set operations.

Unit-4: PL/SQL: A Programming Language: History – Fundamentals – Block Structure –


Comments – Data Types – Other Data Types – Declaration – Assignment operation – Bind
variables – Substitution Variables – Printing – Arithmetic Operators. Control Structures and
Embedded SQL: Control Structures – Nested Blocks – SQ L in PL/SQL – Data
Manipulation – Transaction Control statements. PL/SQL Cursors and Exceptions: Cursors –
Implicit & Explicit Cursors and Attributes – Cursor FOR loops – SELECT…FOR
UPDATE – WHERE CURRENT OF clause – Cursor with Parameters – Cursor Variables –
Exceptions – Types of Exceptions.

Unit-5 : PL/SQL Composite Data Types: Records – Tables – Varrays. Named Blocks:
Procedures – Functions – Packages –Triggers –Data Dictionary Views.

1. Recommended Texts
1. DATABASE SYSTEMS USING ORACLE – Nilesh Shah, 2nd edition, PHI.
2. Reference Books
1. DATABASE MANAGEMNET SYSTEMS – Arun Majumdar & Pritimoy
Bhattacharya, 2007, TMH.
2. DATABASE MANAGEMENT SYSTEMS – Gerald V. Post, 3rd edition, TMH.

You might also like