DBMS Concepts:
DBMS
Database management system (DBMS) is a software system that allows Defining, Creation, Querying, Update, and Administration of data stored in data files. Data will be stored in the file system.
DBMS uses file system to store data, so there will not be any relation between the tables. Where as in RDBMS data are stored in Table format and there might be a relationship between the tables.
Most of the current database systems are using Relational Database Management System concept.
Will see more details abut RDBMS in the next chapter.
DBMS
Database management system (DBMS) is a software system that allows Defining, Creation, Querying, Update, and Administration of data stored in data files. Data will be stored in the file system.
DBMS uses file system to store data, so there will not be any relation between the tables. Where as in RDBMS data are stored in Table format and there might be a relationship between the tables.
Most of the current database systems are using Relational Database Management System concept.
Will see more details abut RDBMS in the next chapter.
0 comments:
Post a Comment