/* ######## Navigation Menu Css by sorabloggingtips.com ######################### */ .mapasite { margin-bottom: 10px; background-color: #F8F8F8 } .mapasite.active .mapa { display: block } .mapasite .mapa { display: none } .mapasite h2 { background-color: #EEE; color: #000; font-size: 15px; padding: 10px 20px; border-radius: 2px; margin-bottom: 0; cursor: pointer; font-weight: 700 } .mapasite h2 .botao { font-size: 18px; line-height: 1.2em } .botao .fa-minus-circle { color: #f30 } .mapapost { overflow: hidden; margin-bottom: 20px; height: 70px; background-color: #FFF } .mapa { padding: 40px } .map-thumb { background-color: #F0F0F0; padding: 10px; display: block; width: 65px; height: 50px; float: left } .map-img { width: 65px; height: 50px; overflow: hidden; border-radius: 2px } .map-thumb a { width: 100%; height: 100%; display: block; transition: all .3s ease-out!important; -webkit-transition: all .3s ease-out!important; -moz-transition: all .3s ease-out!important; -o-transition: all .3s ease-out!important } .map-thumb a:hover { -webkit-transform: scale(1.1) rotate(-1.5deg)!important; -moz-transform: scale(1.1) rotate(-1.5deg)!important; transform: scale(1.1) rotate(-1.5deg)!important; transition: all .3s ease-out!important; -webkit-transition: all .3s ease-out!important; -moz-transition: all .3s ease-out!important; -o-transition: all .3s ease-out!important } .mapapost .wrp-titulo { padding-top: 10px; font-weight: 700; font-size: 14px; line-height: 1.3em; padding-left: 25px; padding-right: 10px; display: block; overflow: hidden; margin-bottom: 5px } .mapapost .wrp-titulo a { } .mapapost .wrp-titulo a:hover { color: #f30; text-decoration: underline } .map-meta { display: block; float: left; overflow: hidden; padding-left: 25px; } .mapasite h2 .botao { float: right }

Ad Code

Responsive Advertisement

DATABASE

 

DATABASE

 


Database is any organized collection of data e.g. Local directory and catalogue at the local library.

Therefore; 

Computerized database is a collection of data which can be created and used in many different ways by means of a special computer software. The special computer software is called database software.

Database software are software that enables you to create and manage a database and they are called database management system.

Information can be retrieve in a database e.g. names, addresses, grades, phone numbers, salaries, sale figure, customers, examination scores, medical records. etc.

Database system is a record keeping system who’s overall purpose is to maintain information and to make the information available on demand.

COMPONENT OF A DATABASE SYSTEM

  1. The database
  2. DBMS (database management system)
  3. Computer and hardware system

4 Users of the System

Database is usually organized around a specific theme or requirement for example.

  • Census database
  • Personnel data
  • Medical records
  • Examination processing
  • Sales
  • Marketing
  • Admission

Type of Database

  • Flat-file database
  • Relation database
  • Hierarchical database
  • Network database
  • Object oriented database

Flat-file database: uses a single table to store the entire data.

Relational database: uses multiple table to store data.

Example of Database management system is Microsoft Access.

Microsoft Access is a database management system designed to allow users to store and manipulate data stored in database and to retrieve information easily and quickly. It is a relational DBMS designed to run Microsoft Windows or Macintosh environment.

The basic component of a database program are called objects. 

These objects performs specific tasks.

Types of Object

Tables: it contains information about one subject.

Queries: is a way of asking questions about stored data in a table.

Forms: They are used to collect and organized information.

Report: A report provided a way to retrieve selected stored data and present that information effectively and meaningfully.

These object types enable you to respectively, create tables, formulate queries, design input forms and design output reports.

A Field: is a single column of information of the same type, such as people's names.

A Record: is a row of information in a table relating to single entry and comprising one or more fields.

 

  

 

Post a Comment

0 Comments

Close Menu