DBMS - Database Management Systems #1
Data: Any factual information in raw and disorganized form is called data. Database: A database is a collection of related data organized in a way so that data can be easily accessed, managed and updated. Database Management System: A general-purpose Database Management System(DBMS) is a software system designed to allow the definition, creation, querying, updating and administration of databases. Well-known Database Management System's( DBMS's )include MySql,Oracle,Microsoft SQL server,Foxpro, SQLite, FileMaker Pro etc. The primary goal of a Database Management System(DBMS) is to provide a way to store and retrieve database information in a convenient and efficient manner. Architecture of a DBMS DBMS Architecture and Data Abstraction : Application developers use abstraction to make the system efficient in terms of retrieval of data, and reduce complexity in terms of usability of users. Abstraction simplifies database design and separates the applications from p...