Examples for this software includes ( microsoft access , mySQL , oracle
For this mechanism to be functional it is suppose to have certain components..which are
- Data item
- Schema..(ERD)
- Constraints
- Relationship
For a database to be functional it is suppose to have certain fundamentals which are:
- KEY
2. RECORD
a cluster of connected fields that describes a person/thing usually contained in a row
3. KEY FIELD
a field with unique/specific information of each record ..such as student ID for student..
4. TABLE
a collection of records for a single subject such as STUDENTS
5. RELATIONAL DATABASE
multiple tables connected together to address a business process such as managing time table
6. OBJECTS
portion of an Access database that help one view,edit,manage and analyse data.
I learnt that there are different database languages each with its own situation to which it is used :
- DDL(Data definition language)--used for creating a database
- DML(Data manipulating language)--used to manipulate or query data in the database
- DCL(Data control language)
Lastly i learnt that database comes in different models/formats namely:
- Hierarchical database
- Network database
- Relational database
- Object-relational database

No comments:
Post a Comment