Unit 1 : Introduction Flashcards
What is data? ( 2 )
- Raw facts, building blocks of information
- Unprocessed information
What is information?
- Data processed to reveal meaning
Fill in the blanks
___ , ____, and _____, information is key to good ______, decision making
- Accurate
- Relevant
- Timely
- Decision
- Good decision making is the key to survival in global environment
What is Database?
- Shared, integrated computer structure
- Shared means that it is accessible to multiple users or applications simultaneously
- Integrated means that it combines data from various sources into a single, cohesive structure to provide a unified view of information, eliminatiing redundancy and ensuring consistency
What does database stores ? ( 2 )
- End user data ( raw facts, data )
- Metadata ( data about data )
- Example about metadata : EmployeeID itself is a piece of data, which tells us to store employee id number, this is a part of the metadata because it provides a description of what the data in that column represents
What is a DBMS and its main functions? ( 2 )
- It is a collection of programs that manages the database structure and controls access to data
- Manages the database structure and controls access to data
Can data be shared among multiple applications or users in a DBMS?
- Yes
How does DBMS benefit data management?
- It makes data management more efficient and effective
How does a DBMS benefit end users?
- They have better access to more and better-managed data
How does a DBMS affect the view of an organization’s operations? ( Role and Advantages of the DBMS )
- It promotes integrated view of organization’s operations
What impact does a DBMS have on data inconsistency? ( Role and Advantages of the DBMS )
1.It was greatly reduced with DBMS
How does DBMS handle ad hoc queries? ( Role and Advantages of the DBMS )
- DBMS makes it possible to produce quick answers to ad hoc queries
What is ad hoc queries?
- Is a query that is created on the fly to answer a specific question of obtain a particular piece of information from a database
- ad hoc means needed
- Example for an ad hoc queries
SELECT LastName, FirstName
FROM Person.Person;
What is the benefits of ad hoc queries?
- Quick Response
- Allow users to get answers quickly without waiting for a pre-built report
- Customization
- Users can ask a very specific questions that a standard report might not cover
How can we classified the types of location? ( 3 )
- Location
- User
- Use