Database Management System

Characterstics of DBMS:-----

1> Data stored into tables:--

                                                        Database tables का collection होता है और इन table के अन्दर data को staore किया जाता है | DBMS user को इन table के बीच relationship बनाने या आपस में connect करने की facility provide करता है ताकि meaningful information table से निकल सके | 

2>  Reduced Redundancy   ( Duplicates of data ):---

                                                                           DBMS   user को normalization एंड decomposition को facility provide करता है जिस्सके द्वारा duplicate data  को कम से कम किया जा सके | 

3>  Data consistency :---            

                                    Database में multipal user एक ही समय पर data को access  , update कर सकते है इस   condition में database की consistency को handle किया जाता है | 

4>  Query language :---          

                                      DBMS database से आसानी से intract करने के लिए user को एक simple Query  language की facility provide करती है | 

5>  Security:---     

                   DBMS data को unauthorized access से protect करता है | DBMS में हम अलग users के लिए account और permition rights बना सकते है | 
 

Advantages of DBMS:---

1> Application program
2 > Minimum number of duplicate data
3 > Query language
4 > Development and mentaince time कम लगता है | 
5 > Capacity of database center बढ़ गयी है | 
 

Disadvantages of DBMS:--- 

1>  Complexity
2>  Licenced version of DBMS are costly
3>  They are large in size

 

 

 

                     

Comments