| Sl.# | DBMS | RDBMS |
|---|---|---|
| 1 | Introduced in 1960s. | Introduced in 1970s. |
| 2 | During introduction it followed the navigational modes (Navigational DBMS) for data storage and fetching. | This model uses relationship between tables using primary keys, foreign keys and indexes. |
| 3 | Data fetching is slower for complex and large amount of data. | Comparatively faster because of its relational model. |
| 4 | Used for applications using small amount of data. | Used for complex and large amount of data. |
| 5 | Data Redundancy is common in this model | Keys and indexes are used in the tables to avoid redundancy. |
| 6 | Example systems are dBase, Microsoft Acces. | Example systems are SQL Server,Oracle. |
PHP+MYSQL Introduction Basic Syntax Variable & it's Scope I/O & Comment String & it's Function Operator & Expression Decision Control Case Control Loop Control Arrays & Function Form Handling State Management - Cookies State Management - Session Mail Concept Working with File Date/Time Functions Introduction MySQL Environment Database Concept Datatype Query processing Statements Query processing based on condition Database Connectivity Database Operation With GUI Import/Export Database
Comments
Post a Comment