Sei sulla pagina 1di 3

INDEX

S.No Name Of Topic Page No Date Remarks

1 Introduction to RDBMS

2 Features of RDBMS

3 Diff b/w DBMS & RDBMS

4 Advantage & Disadvantage of RDBMS

5 Introduction to RDBMS package

6 About oracle 9i

7 Features of oracle 9i

8 Diff b/w oracle 8i & 9i

9 H/w Reqt for oracle 9i & 8i

10 Introduction to SQL

11 Different app. s/w used for RDBMS

12 Diff b/w SQL & SQL*plus

13 Data Types of oracle 9i

ORACLE COMMANDS

1 Create table command

2 Insert data into table

3 Viewing data in the table

4 All rows and all cols

5 Filtering table data

6 Selected cols & all rows

7 Selected rows & all cols

8 Selected rows & selected cols

9 Sorting data in the table

10 Creating a table from the table

11 Insert data into the table from another table

12 Remove all rows from the table

13 Remove specific row based upon some

1
INDEX
condition
14 Updating the contents of table

15 Updating the record conditionally

16 Modifying the structure of table

17 Adding new cols

18 Dropping cols from a table

19 Modifying existing cols

20 Dropping a table

21 Data constraints

22 Types of constraints

23 Applying primary key constraints

24 Applying foreign key constraints

25 Insert or update in the foreign key table

26 Delete operation on the primary key table

27 Foreign key constraints defined with on


delete set NULL
28 Setting NULL value constraints

29 Setting NOT NULL value constraints

30 Dropping integrity constraint from the table

31 Oracle functions:
(1)Aggregate functions 
(a)AVG
(b)MIN
(c) COUNT
(d)COUNT (*)
(e)MAX
(f)SUM
(2)Numeric functions 
(a) Abs
(b)power
(c)Round
(d) Sort
(e)Exp
(f)Greatest
(g)Least
(h)Mod
(i)Trunc
(j)Ceil

2
INDEX
(h)floor
3. String Function:-
(a)Lower
(b)Initcap
(c) Upper
(d) Substring
(e)Ascii
(f)Instr
(g) Translate
(h)Length
(i)To-number(char)
32 Grouping data from table in SQL
(1) Group by clause
(2) Having Clause

33 Join
(1) Inner join

34 Using subqueries

35 Views

Potrebbero piacerti anche