| 1. |
What is DBMS? Explain any two advantages of DBMS. |
|
Answer» A database management system is a software package with computer programs that controls the creation, maintenance, and use of an integrated collection of data records, files, and other objects. It allows organizations to conveniently develop databases for various applications. Advantages: i) Data integrity: means the data is accurate and consistent in the database. It is very important as there are multiple databases in a DBMS so it helps to produce the correct result. ii) Data sharing: In a database, the users can share the data among themselves. Data can be shared for multiple purposes with the users located at different geographical locations then remote users can also access the database simultaneously. |
|