DEPARTMENT OF COMPUTING
Databases

An Introducation


What is a database?

A database is a collection of information that is organized so that it can easily be accessed, managed, and updated.

This is NOT a database class, so we will ignore most things, but from an Systems Administration perspective, knowing how to install, configure, and manage a database is important. Rather, being able to do these to a DBMS is important.


What is a DBMS?

DBMS Notes

A few random terms

DBMS Actions we care about

Non-administrative actions (we only moderately care about)

DBMS commands we really care about

DBMS commands we kind of care about

DBMS commands we don’t really care about but we need to be able to do in order to test our permissions

DBMS commands we don’t really care about but we need to be able to do in order to test our permissions

RDBMS Install (Server)

RDBMS Install (Client)

A client may want to access a database. I.e. a web server may want to load dynamic content from a database onto a website.

Steps:

Last Updated 07/27/2023