Database Administration
Database Administration
Database Administration
Engr. Njawe Edouard
Cloud engineer/Community Developer
Lecture 1: Welcome, and Introduction
[email protected]
Our Main Goal Today
To Define the Term Database Management
System
Can you name some examples of
DBMS?
Can you name some examples of
DBMS?
Relational Database Management System
MySQL, Oracle Database, Microsoft SQL Server, PostgreSQL
NoSQL Database Management Systems
MonogoDB, Cassandra, Radis
Other Database Management System
SQLite, Microsoft Access, IBM Db2
…
What is Database Management
System?
As the name suggests, the database
management system consists of two parts.
They are:
1. Database and
2. Management System
What is a Database?
The columns of this relation are called Fields, Attributes or Domains. The rows
are called Tuples or Records.
What is Database?
Database is the collection, organisation and
storing of data for easily retrieval.
For example, within a company there are different departments, as well as customers, who
each need to see
different kinds of data. Each employee in the company will have different levels of access
to the database with
their own customized front-end application.
In a database, data is organized strictly in row and column format. The rows are called
Tuple or Record. The
data items within one row may belong to different data types. On the other hand, the
columns are often called
Domain or Attribute. All the data items within a single attribute are of the same data type
What is Management System?