DBMS | ||
When a database is created, a data
dictionary is kept which stores all the details about the database -
|
![]() |
|
A query language
is used when a user wants to search data.
An example of a query language is SQL (Structured Query Language). An example SQL instruction would be : SELECT Pupil.Surname, Pupil.Forename, Pupil.Frm, Pupil.Yr
FROM Pupil
|
||
The DBMS (Database
Management System) is a program which allows It must...
The database
administrator is the person responsible for
maintaining
|
||