Roles of Database Analyst and Administrator, Web Databases, and Types, Assignments of Introduction to Business Management

The roles of database analyst and administrator, the concept of web databases and their access methods, and different types of databases including relational, object-oriented, and multidimensional databases. It also touches upon the functions of database management systems (dbms) and the advantages of using databases over file processing systems.

Typology: Assignments

Pre 2010

Uploaded on 09/24/2009

koofers-user-a7l
koofers-user-a7l 🇺🇸

10 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Adam Boyer
04 April 2008
MIS 204
Chap 10
1. A database analyst focuses on the meaning and usages of data. The database
analyst decides on the placement of fields, defines data relationships, and
identifies access privileges. A database administrator requires a more technical
view of data. The database administrator creates and maintains the data
dictionary, manages database security, monitors database performance, and
checks backup and recovery procedures.
2. To access data in a web database, you fill in a form or enter search text on a web
page, which is the front end to the database. A web database usually resides on a
data server, which is a computer that stores and provides access to a database. A
type of program that manages the sending and receiving of data between the front
end and database is a common gateway interface script.
3. A relational database stores data in tables that consist of rows and columns.
Developers refer to a file as a relation, a record as a tuple, and a field as an
attribute. Users refer to a file as a table, a record as a row, and a field as a column.
The relationship is a connection within the data in a relational database. Object-
oriented database stores data in objects. An object is an item that contains data as
well as the actions that read or process data. Applications appropriate for an
object-oriented database include a multimedia database and a web database.
Multidimensional database stores data dimensions. The multiple dimensions,
sometime know as a hypercube, allow users to access and analyze any view of the
databases data. An application that uses multidimensional databases is a data
warehouse, which is huge database that stores and manages the data required to
analyze historical and current transactions.
4. DBMS’s perform most of the same common functions such as: data dictionary,
query language, query by example, report generator, backup, log, and recovery
utility.
5. In file processing systems have each department or area within an organization
has its own set a data files. Two major weaknesses of file processing systems are
redundant data and isolated data. Database approach many programs and users
share the data in a database. The database approach reduces data redundancy
improves data integrity, shares data, permits easier access, and reduces
development time. A database can be more complex than a file processing system
because of special training and more computer memory, storage and processing
power is needed. Data in databases is also more vulnerable than data in file
processing systems.
6. A bit is the smallest unit of data a computer can process. Eight bits grouped
together form a byte, and each byte represents a single character. A field is a
pf2

Partial preview of the text

Download Roles of Database Analyst and Administrator, Web Databases, and Types and more Assignments Introduction to Business Management in PDF only on Docsity!

Adam Boyer 04 April 2008 MIS 204 Chap 10

  1. A database analyst focuses on the meaning and usages of data. The database analyst decides on the placement of fields, defines data relationships, and identifies access privileges. A database administrator requires a more technical view of data. The database administrator creates and maintains the data dictionary, manages database security, monitors database performance, and checks backup and recovery procedures.
  2. To access data in a web database, you fill in a form or enter search text on a web page, which is the front end to the database. A web database usually resides on a data server, which is a computer that stores and provides access to a database. A type of program that manages the sending and receiving of data between the front end and database is a common gateway interface script.
  3. A relational database stores data in tables that consist of rows and columns. Developers refer to a file as a relation, a record as a tuple, and a field as an attribute. Users refer to a file as a table, a record as a row, and a field as a column. The relationship is a connection within the data in a relational database. Object- oriented database stores data in objects. An object is an item that contains data as well as the actions that read or process data. Applications appropriate for an object-oriented database include a multimedia database and a web database. Multidimensional database stores data dimensions. The multiple dimensions, sometime know as a hypercube, allow users to access and analyze any view of the databases data. An application that uses multidimensional databases is a data warehouse, which is huge database that stores and manages the data required to analyze historical and current transactions.
  4. DBMS’s perform most of the same common functions such as: data dictionary, query language, query by example, report generator, backup, log, and recovery utility.
  5. In file processing systems have each department or area within an organization has its own set a data files. Two major weaknesses of file processing systems are redundant data and isolated data. Database approach many programs and users share the data in a database. The database approach reduces data redundancy improves data integrity, shares data, permits easier access, and reduces development time. A database can be more complex than a file processing system because of special training and more computer memory, storage and processing power is needed. Data in databases is also more vulnerable than data in file processing systems.
  6. A bit is the smallest unit of data a computer can process. Eight bits grouped together form a byte, and each byte represents a single character. A field is a

combination of one or more related characters and is the smallest unit of data a user accesses. A record is a group or related fields. A data field is a collection of related records stored on a storage medium such as a hard disk.

  1. A database is a collection of data organized in a manner that allows access, retrieval, and use of that data. Database software is also know as database management allows users to create a computerized database and add, change, delete the data, sort and retrieve data, and create and forms and report from the data.