RDBMS Concepts
RDBMS Concepts
• Feature of RDBMS
• Advantages of RDBMS over FMS ad DBMS
• The 12 rules (E.F codd’s Rules – RDBMS)
• Need for database design
• Support of normalization process for data management
• About SQL&SQL*PLUS
DML-Insert,update,delete
DQL-SELECT statements sing WHERE Clause
Comparison and conditional operations
Arithmetic and logical operations
Set operators (UNION, UNION ALL, INTERSECT, MINUS)
Special operators – IN (NOT IN),
BETWEEN (NOT BETWEEN), LIKE (NOT LIKE), IS NULL (IS NOT
NULL)
Built in functions:
• Arithmetic functions, character functions, date functions
• Aggregate functions, OLAP functions & general functions
• Grant, revoke
• Commit, rollback, savepoint
• SQL Editor commands
• SQL Environment settings
VIEWS in oracle:
Relational views
Object views
• Types of partitions
Range partitions
Hash partitions
List partition
Composite partition
Parallel query process
• Locks
• SQL*Loader:
SQL*Loader architecture
Data file (Input datafiles)
Control file
Bad file
Discard file
Log file
.txt to bse table
.csv to base table
From more than one file to single table