Articles in the RDBMS Category
RDBMS, Talent Transformation At WIPRO, Tech Corner »
RDBMS Continued-3
According to me this is a very small chapter but very basic stuffs are discused in here.So read through very carefully try to understand the terms and feel free to ask any doubts we will try to clarify doubts as far as we can.From the previous chapters you would have got a brief idea about what is a database which are the different database models etc.Here we are going to start on a Relational database.
A Relational Database Management System uses the relational model that is relationship between records …
RDBMS, Talent Transformation At WIPRO, Tech Corner »
RDBMS Chapter-2 Contind
Now that we have finished with the evolution of databases and the uses of a DB,the next important portion is understanding the architecture of a database system.A Db is complex piece of software that usually consists of a number of modules.As we know the PRIME aim of a DB is to handle data efficiently for the wide array of users,the DB must be aware of the data it is holding,or simply to help users DB must maintain ” information about the DATA ” itself.This information include what …
RDBMS, Talent Transformation At WIPRO »
Introduction to Database Management Systems-chapter-1
What is a database and how it emerged when a strong and widely accepted languges like C was there???The answer is simple
in language like C the programmer deal with user and DATA directly where as in DBMS the programmer is least bothered of
user.Only thing he need to take care of is effective management of lumbs of data.Here i will try to explain DBMS and RDBMS
mostly relating to ‘C’ assuming it as a known language to most people.The first thing that comes to our mind when we …