Skip to main content

Posts

Showing posts with the label database

Difference between traditional and DBMS system

Database | Difference between traditional and DBMS System | File system vs DBMS system | Issues of file system | computer knowledge There are different-2 types of systems are there for storing data and information. But the oldest one technique is the file system or traditional system but now a days it has been replaced by the DBMS system because of so many reasons. DBMS stands for database management system which stores the data using SQL. The difference between traditional and DBMS system proves that how file system is not good in comparison of DBMS system. Difference between traditional and DBMS system The   difference between traditional and DBMS system is given below.   With this difference you will be able to differentiate both of the systems.   Issues of file system As per difference between traditional and DBMS system you will get to know that file system is comparatively less good than DBMS system. So now we will discussing about what type...

Database

Database | computer-knowledge | Terminology of Database Database is place where not only your data get store as well as relationship between data and information also been stored. The primary basis of the database is information associates with the problem is used by many users or even by a single user. Users don’t need to worry about the various type of data how it could be store on their computer. Database is prepared from information related to each other. It is expressed in tabular form. Database is proper arrangement of information. There is no use of unarranged information. Database is a collection of a large amount of data.   Database Terminology: 1.      Attribute :- In general, an attribute is a characteristic. In a database management system, an attribute refers to a database component, such as table. It also may refer to a database field. Attributes describe the instances in the row of database.         ...