TOPIC 1 : Intro to Database Flashcards
WHAT IS DATA?
Raw and unprocessed facts and statistics stored / free flowing over a network.
WHEN DOES DATA BECOMES INFORMATION?
When it’s processed.
WHAT IS DATABASE?
A collection of related data, organized in a way that data is “easily accessed, managed and updated”.
WHAT BASED CAN DATABASE BE?
Software based or Hardware based.
WHAT IS THE MAIN PURPOSE OF DATABASE?
To store data.
WHAT IS DBMS?
A software that “allows creation, definition and manipulation” of database.
WHAT IS THE FULL NAME FOR DBMS?
Database Management System.
WHAT DOES DBMS HELPS US WITH?
It allow users to “store, process and analyze” data easily.
WHAT DOES DBMS PROVIDES US WITH?
It provides an interface / tool to perform various operations
NAME 6 EXAMPLES OF OPERATIONS THAT DBMS ALLOW US TO PERFORM.
- Creating data
- Storing data
- Updating data
- Creating tables
- Providing protection and security to databases
- Maintain data consistency
NAME 6 EXAMPLES OF POPULAR DBMS
- MySql
- Oracle
- SQL Server
- IBM DB2
- PostgreSQL
- Amazon SimpleDB (cloud based)
STATE 7 CHARACTERISTICS OF DBMS. (Characteristic 1)
- Data is stored in tables with rows and columns and never directly stored.
It allows you to have relationships betweeen tables (making it more connected).
Easy to understand visually.
STATE 7 CHARACTERISTICS OF DBMS. (Characteristic 2)
- It follows the process “Normalization”.
Less repetition of data.
STATE 7 CHARACTERISTICS OF DBMS. (Characteristic 3)
- DBMS maintains data consistency
Handles updates and changes to keep data accurate.
STATE 7 CHARACTERISTICS OF DBMS. (Characteristic 4)
- Many people can access and modify (update, insert and delete data) the data at the same time.
STATE 7 CHARACTERISTICS OF DBMS. (Characteristic 5)
- Easy to ask for (or “query”) the data .
Data can easily be fetched, inserted, deleted and updated in a database.
STATE 7 CHARACTERISTICS OF DBMS. (Characteristic 6)
- Protects data from unauthorized access.
STATE 7 CHARACTERISTICS OF DBMS. (Characteristic 7)
- Supports transactions.
Ensures data integrity in multi-user environments.