0% found this document useful (0 votes)
7 views

Rdbms & HTML

The document outlines the curriculum for a 4-month RDBMS and HTML course offered by 360digrii. The RDBMS portion covers topics like data modeling, basic and advanced SQL queries, database administration, and security. The HTML portion covers basic tags, formatting, images, tables, forms, CSS, and layouts. The trainer is Mr. Chanti.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Rdbms & HTML

The document outlines the curriculum for a 4-month RDBMS and HTML course offered by 360digrii. The RDBMS portion covers topics like data modeling, basic and advanced SQL queries, database administration, and security. The HTML portion covers basic tags, formatting, images, tables, forms, CSS, and layouts. The trainer is Mr. Chanti.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

RDBMS&HTML Course Curriculum

Course RDBMS and HTML

Duration 4 months

Organization 360digrii

Trainer name Mr.Chanti

SYLLABUS OF RDBMS
Unit 1: Introduction to RDBMS

 Introduction,
 OODBMS
 Data Modelling
 Entity
 ER Diagram
 Subsets & supersets
 Degree of Relationship
 Normalization

Unit 2: Basic Query statements

 Executing Simple SELECT Statements


 Getting started
 Using column alias
 Using arithmetic expression in SELECT Statement
 Arithmetic operator
 Null values
 Duplicate rows & use of DISTINCT keyword
 Using WHERE clause
 Comparison operators
 Logical operators
 Using ORDER BY clause
 Sorting multiple columns

www.360digrii.com
Unit 3: SQL Functions

 Functions
 Single Row functions
 Number Functions
 Character Function
 Datetime Function
 Conversion Functions
 General Functions

 Group Functions

Unit 4: Advanced Query Statements

 SET Operators
 Union
 Union All
 Intersect
 Minus

 Displaying Data from Multiple Tables


 Equi Joins
 Nonequi Joins
 Outer Joins
 Self Joins
 Subqueries
 Tree Walking
 ROLLUP and CUBE
 CASE expressions

Unit 5: SQL *Plus Reporting

 Substitution variables
 Create variable using DEFINE command
 Create variable using ACCEPT command
 Verifying & clearing variables using DEFINE and UNDEFINE commands
 SET command
 Login.sql file
 Header, Footer, column Headings and control break reports

www.360digrii.com
Unit 6: Creating and managing tables

 DDL
 Creating Tables
 Constraints
 Creating a Table with data from another table
 Altering Table structure
 Renaming Tables
 Dropping Tables
 Truncating Tables

Unit 7: Manipulating Data

 DML
 Inserting value into tables
 Updating column(s) of a Table
 Deleting Row(s) from a Table
 Using MERGE Statement
 Transaction control language
 COMMIT and ROLLBACK

Unit 8: VIEWS

 Intro to Views & Advantages


 Creating Views
 Data dictionary for views
 Using FORCE option
 DMLs through Views
 WITH READ ONLY clause
 WITH CHECK OPTION clause
 Modifying a join view
 Key preserved tables
 Dropping a View
 Inline Views

Unit 9: Controlling user Access

 Security
 Privileges
 Roles
 GRANT command
 Data dictionary for privileges
 REVOKE command

www.360digrii.com
SYLLABUS OF HTML
 Html overview

 Basic tags

 Elements

 Attributes

 Formatting

 Types of tags in detail

 Images

 Tables

 Lists

 Text links

 Image links

 Blocks

 Colors

 Fonts

 Forms

 Marquees

 Cascading Style sheet(css)

 Java script

 Layouts

www.360digrii.com

You might also like