What is database?
Database is the organized collection of data, which can be easily managed and accessed.
Define DBMS
DBMS are the collection of programs used for creating and managing databases.
Types of database
advantages of dbms
Define RDBMS
A relational database management system is a database management system that stores data in multiple tables and links each other to share, retrieve, and organize.
Advantages of rdbms
Define MS access
MS access is the RDBMS developed by Microsoft used to create, organize, store, and manage data in database.
Advantages of Ms access
extension of ms access
.accdb
Objects of Ms access database
Elements of table
Define field in database
Field in database is heading under which similar information are stored.
Define record
Record is the collection of related data that are treated as single unit of information.
Define column
Column is that field that is managed vertically.
Define rows
Row is the record that is managed horizontally
Define query
Query is the request for data and information
Define form
Form is the object of database which allows entering data, display and update data in customized format.
Define report
Report is the object of database which displays the data in manageable format for printing.
Define data integrity
Data integrity is the accuracy, completeness, and quality of data and its maintenance over time.
Define data consistency
Data consistency is the accuracy, completeness and correctness of data stored in database
What does data redundancy mean?
Data redundancy mean the repetition of same data in multiple place within database.
application fields
features of rdbms
difference between data redundancy and data inconsistency.
data redundancy refers to repetition of data in database and it leads to increased storage requirements.
Data inconsistency refers to the different values of same data in a database. and it leads to incorrect or inaccurate query results.