database management Flashcards
how is data stored?
data is stored in files that contains records, and in turn contain fields
what is a database
is a collection of data or information which is stored in a logical and structured way
other names of a database software?
-Database manager
-Database management system (DBMS
what is database software used for?
store, organise and manipulate data
what does data manipulation include
-adding new data
-deleting old data (which is not necessary to store any longer)
-updating data/information
why do we need a database
-To keep records of customers, staffs, products, etc.
-To develop reports
-To perform research
For longitudinal tracking
examples of non computerised database
dictionary, telephone directory, address book
(printed)
examples of computerised database
Netflix, phone contacts, game library, Facebook
electronic
how is Netflix a database
- it stores movies/films in a datbase
-easily searched and sorted
-can search by genre, rating, age
-can sort by release date, takings
how is your phone contacts a database
- all info about contacts are stored in a database on the phone
- can store pictures, names, numbers, emails
easily searched and sorted
some common areas of using database applications
banking (transactions)
airlines (reservations/schedules)
universities(registration, grades)
popular database software
oracle, microsoft SQL, mySQL, microsoft access
name 3 data models
relational mode, hierarchal model, object-oriented model
what is the relational database model
A data store designed in an organised way, making it easier to search for the information you need.
entities and relationships are stored in tables
what is a record in relational database model?
A Relational Database is a collection of tables that are related to one another based on a common field
Each line or row in a table is called a Record