chapter 1 Flashcards
what is the difference between information and data
- -> data is the raw or unprocessed material
- -> Information is knowledge, intelligence, a particular piece of data with a special meaning or function
- -> It is the result of combining, comparing, analysing, or performing calculations on data
what is a database
- -> A database is a centralized and structured set of data stored on a computer system
- -> provides facilities for retrieving, adding, modifying, and deleting data when required
- -> provides facilities for transforming retrieved data into useful information
who manages a database
database administrator
when the raw data is queried it is transformed into ________________
more useful information
what are the steps in the database design process
analyze
design
build
what is the first step in database development process
data modelling
what happens in the data modelling process
- -> collecting and analyzing the data a business needs to track
- -> followed by diagramming the organization of that data in an entity-relationship diagram (ERD)
data modelling begins by ______________________________
researching the information requirements of a business
an entity relationship diagram should completely ___________________________
capture and accurately model the organization’s information needs and functions of the business
what is step 2 of database development process
database design phase
–> translates the information modelled on the entity-relationship diagram to a table instance chart
what components does a table instance chart contain
table names
column names
keys
Nulls
2 types of keys
primary keys
foreign keys
what is a primary key
it is a unique identifier for each row of the data
what is a foreign key
links the data in 1 table to the data in a second table by referring to the primary key column in the second table
what is nulls
indicates if a column must contain a value