Understanding the basics of RDBMS/MS Access
RDBMS stands for Relational Database Management System where in data is stored in various tables and one or more tables are related to each other using a common field.
In excel or spreadsheet no two tables can be related logically either in the same sheet or in multiple sheets.
In RDBMS data is stored structurally which means the columns are defined the respective data pertaining to that column is stored in the defined column. The columns are defined and do not change.
There is no limitation on the number of tables that can be created and each table has infinite rows that can store data (excel has a limitation of rows).
Data is populated in the table by using a GUI (Graphical User Interface) or by importing from other database or a spreadsheet (Excel) or a text file which has structured data or a Csv (Comma separated values) file.
In excel or spreadsheet no two tables can be related logically either in the same sheet or in multiple sheets.
In RDBMS data is stored structurally which means the columns are defined the respective data pertaining to that column is stored in the defined column. The columns are defined and do not change.
There is no limitation on the number of tables that can be created and each table has infinite rows that can store data (excel has a limitation of rows).
Data is populated in the table by using a GUI (Graphical User Interface) or by importing from other database or a spreadsheet (Excel) or a text file which has structured data or a Csv (Comma separated values) file.
Comments
Post a Comment