200 likes | 318 Views
3. Technology Briefing. Database Management. “Modern organizations are said to be drowning in data but starving for information” p. 509. Learning Objectives. Learning Objectives. Group Discussion Compare (present, past) of the following organizations:. Super markets Libraries Hospitals
E N D
3 Technology Briefing Database Management “Modern organizations are said to be drowning in data but starving for information” p. 509 Information Systems Today: Managing in the Digital World
Learning Objectives Information Systems Today: Managing in the Digital World
Learning Objectives Information Systems Today: Managing in the Digital World
Group DiscussionCompare (present, past) of the following organizations: • Super markets • Libraries • Hospitals • Governmental offices Information Systems Today: Managing in the Digital World
Learning Objectives Information Systems Today: Managing in the Digital World
Database Foundations • Then: • Card catalogs • File cabinets • Now: • DBMS • Create • Store • Organize • Retrieve data • E.g., Microsoft Access Information Systems Today: Managing in the Digital World
Database • Database • Collection of related data organized in a way to facilitate searches • Entities • Something you collect data about • E.g.: people, books Information Systems Today: Managing in the Digital World
Record • Contains data about a single entity • Similar to catalog card Information Systems Today: Managing in the Digital World
Attributes • Specific characteristic describing the entities • E.g.: name and social security number are attributes of a person Information Systems Today: Managing in the Digital World
Example: Entity Student • Entity represented as a table, with rows as records and columns as attributes Information Systems Today: Managing in the Digital World
Advantages of the Database Approach • Program-data independence • Minimal data redundancy • Improved data consistency • Improved data sharing 5. Enforcement of standards • Reduced program maintenance Information Systems Today: Managing in the Digital World
Group Activity • Visiting “King Abdu-Allah Library” Information Systems Today: Managing in the Digital World
Entering Data • Forms • Give some examples of forms.. Information Systems Today: Managing in the Digital World
Entering Data Forms • Enter data about a record • Field in a form corresponds to attribute in a record • Used to add, modify, or delete data Information Systems Today: Managing in the Digital World
Example: Computer-Based Form Information Systems Today: Managing in the Digital World
Querying Data • Query: used to retrieve information • Structured Query Language (SQL) • Example: Display students who earned an “A” • Writing SQL queries can become very complex Information Systems Today: Managing in the Digital World
Creating Database Reports • Report • Compilation of data from the database • Example • Quarterly sales for a restaurant • Adding • Grouping
Identifying Records • Uniquely identifying records: • Primary Key • Unique identifier • E.g.: Student ID number, social security number Information Systems Today: Managing in the Digital World
Linking Website Applications to Organizational Databases • Users can access a variety of data via a company’s web site • Web services help in integration of databases, regardless of physical location • Need for adequate systems performance • Get understanding of customer behavior Information Systems Today: Managing in the Digital World
Effective Management of Databases • Database Administrator (DBA) • Responsible for development and management of databases • Works with system analysts and programmers • Works with users and managers • Implements security features • Grants access rights • One of the key actors in creating a successful database Information Systems Today: Managing in the Digital World