Database Management Flashcards
What is the database
Database is the organised Collection of data that can be visualised as a container of information
What are the advantages of database
Easy retrieval reduced inconsistency of data provide security has interactive interface provides easy sharing of data easy analysing of data using various tools
Reduction in data redundancy means
It means duplication of data a database provides the centralise control over data that is all the data is kept at one place and any application that needs access can access it from the central location
Reduction in data inconsistency
In a database data stored his consistent and remains updated in case date of an atom is changed when modification is made in one portion the changes are done in all other portions
Data integrity means
It means validation of data management system and shows that only valid data can be entered into the database which is specified earlier
What is database management system
A database management system is computerised Record Keeping system whose purpose is to manage the data and make it available as per the requirement
Difference between flat file and relational file
In flat 5 data is stored in a single table in relational files data is stored in multiple tables and their link together
Define table field and record
Table is collection of logically related records field represents one related part of table record is collection of multiple data which is stored in related fields give examples to
What is the relational database management system
RDBMS is defined as a collective set of multiple data sets organised into tables records and columns
Name the database objects
Tables queries forms and reports
Define tables
A table is the basic element of a database in which data is kept in columns and rows called fields and records
Define queries
It is a request to generate some information from the tables
Define forms
Forms are user friendly interface to add or update data in a table
Define reports
Report display the information in a format as per users need
Define key field
In the database data between various tables can be related on the basis of a common field called key field