What is RDBMS
DBMS:-
Data base management system (DBMS) which follows all the 12 rule given by Dr Edgar F. Codd known as Relational data base management system (RDBMS)
According to Dr.Edgar F codd rule are as follows
1 Information Rule :-
...
Saturday, September 27, 2014
DBMS Data Independence Lecture -3
Data Independence
Data independence can be define as the capacity to change the schema at one level of data base system without having to change the schema at higher level .data independence further classified into to category as follow
1.Logical Data Independence
2.Physical data Independence
Logical data Independence:-
...
Database Management system (Advantage of DBMS over flat file system) Lecture -2
Unknown2:25 AMDatabase Management system(Advantage of DBMS over flat file system) Lecture -2
No comments

.jpg)
Advantage of DBMS over flat file system
1. Easy to Access [ By Indexing ]
2.Gives less I/O task to Access data
3. It gives more concurrency level
4.More Security over the data File [By providing Views]
5. Data Independence [By providing three level Interdependency]
6.Data...
Tuesday, September 16, 2014
Data Base Management System Made easy class room note Lecture -1
Data Base Management System Made easy class room note Lecture -1
DBMS syllabus and reference for GATE
Databases:
Relational model (ER-model, relational algebra, tuple calculus), Database design (integrity constraints, normal forms), Query languages (SQL), File structures...
Saturday, September 13, 2014
Introduction of Java Programming (Basic Introduction) Lect-1
Introduction of Java Programming
Key Note :-
Before start Java programming you have to understand that how to learn java ,what strategy required to learn java because there are lot of book available in market/Internet for java which only provides you content but no book tell us that how to start /how to read /what are the...