Introductory Relational Database Design for Business, with Microsoft Access
eBook - ePub

Introductory Relational Database Design for Business, with Microsoft Access

Jonathan Eckstein, Bonnie R. Schultz

Partager le livre
  1. English
  2. ePUB (adapté aux mobiles)
  3. Disponible sur iOS et Android
eBook - ePub

Introductory Relational Database Design for Business, with Microsoft Access

Jonathan Eckstein, Bonnie R. Schultz

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

A hands-on beginner's guide to designing relational databases and managing data using Microsoft Access

Relational databases represent one of the most enduring and pervasive forms of information technology. Yet most texts covering relational database design assume an extensive, sophisticated computer science background. There are texts on relational database software tools like Microsoft Access that assume less background, but they focus primarily on details of the user interface, with inadequate coverage of the underlying design issues of how to structure databases. Growing out of Professor Jonathan Eckstein's twenty years' experience teaching courses on management information systems (MIS) at Rutgers Business School, this book fills this gap in the literature by providing a rigorous introduction to relational databases for readers without prior computer science or programming experience.

Relational Database Design for Business, with Microsoft Access helps readers to quickly develop a thorough, practical understanding of relational database design. It takes a step-by-step, real-world approach, using application examples from business and finance every step the way. As a result, readers learn to think concretely about database design and how to address issues that commonly arise when developing and manipulating relational databases. By the time they finish the final chapter, students will have the knowledge and skills needed to build relational databases with dozens of tables. They will also be able to build complete Microsoft Access applications around such databases. This text:

  • Takes a hands-on approach using numerous real-world examples drawn from the worlds of business, finance, and more
  • Gets readers up and running, fast, with the skills they need to use and develop relational databases with Microsoft Access
  • Moves swiftly from conceptual fundamentals to advanced design techniques
  • Leads readers step-by-step through data management and design, relational database theory, multiple tables and the possible relationships between them, Microsoft Access features such as forms and navigation, formulating queries in SQL, and normalization

Introductory Relational Database Design for Business, with Microsoft Access is the definitive guide for undergraduate and graduate students in business, finance, and data analysis without prior experience in database design. While Microsoft Access is its primary "hands-on" learning vehicle, most of the skills in this text are transferrable to other relational database software such as MySQL.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Introductory Relational Database Design for Business, with Microsoft Access est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Introductory Relational Database Design for Business, with Microsoft Access par Jonathan Eckstein, Bonnie R. Schultz en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Économie et Statistiques pour les entreprises et l'Ă©conomie. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
Wiley
Année
2017
ISBN
9781119329442

1
Basic Definitions and Concepts

This chapter covers the following topics:
  • Basic definitions and concepts in database technology
  • The role of computers and network technology in helping run businesses and other organizations
  • Common types of information processing systems in current use

Basic Terms and Definitions

There are some basic definitions and concepts that should provide useful context for understanding database design. Some of the terms we define are in common use but take on specific meaning in the information technology field.
Datum is a singular word, and data is its plural. A datum (sometimes called a “data item”) is a “particle” of information like “12” or “Q.”
Information refers to data that are structured and organized to be useful in making a decision or performing some task. Relational databases are currently the most common way data are organized into information; hence this book’s focus on relational databases.
Knowledge denotes understanding or evaluating information. An example could be when Casleton Corporation analyzes its recruiting data and concludes that recruits from Driftwood College tend to have good performance evaluations only if their GPAs are at least 3.0. Based on this “knowledge,” Casleton’s managers might choose to screen applicants from Driftwood College by their GPAs, interviewing only those graduates with at least a 3.0 GPA.
For this book, we will focus on representing information within computer systems. Note, however, that knowledge can also be represented within computers. One common kind of knowledge representation (KR) within computers is part of the field of artificial intelligence (AI). One common business application of AI in business is in automated business rules systems. Another recently popularized AI application is the “Siri” personal assistant on iPhones and iPads, or the similar “Google Voice” app on Android devices. Although its business uses are substantial and gradually expanding, we will not discuss AI, as relational database systems are simpler and far more ubiquitous.
Information systems consist of the ways that organizations store, move, organize, and manipulate/process their information. The components that implement information systems – in other words, information technology – consist of the following:
  • Hardware – physical tools: computer and network hardware, but also low‐tech objects such as pens and paper
  • Software – (changeable) instructions for the hardware (when applicable; the simplest hardware does not need software)
  • People
  • Procedures – instructions for people
  • Data/databases
Information systems existed before computers and networks – they just used relatively simple hardware that usually did not need software (at least as we know it today). For example, filing all sales receipts alphabetically by customer in a filing cabinet is a form of information system, although it is not electronic. Tax records kept on clay tablets by ancient civilizations were also a form of information system. Strictly speaking, this book is about an aspect of CBISs (computer‐based information systems). Because of the present ubiquity of computers in information systems, we usually leave out the “CB,” treating it as implicit.
Present‐day CBISs have the following advantages over older, manual information systems:
  • They can perform numerical computations and other data processing much more quickly, accurately, and cheaply than people.
  • They can communicate very quickly and accurately.
  • They can store large amounts of information quickly and cheaply, and information retrieval can often be very rapid.
  • They can, to varying degrees, automate tasks and processes that previously required human labor.
  • Information no longer needs to be “stuck” with particular things, locations, or people.
However, increasingly, automated systems can have drawbacks, such as the following:
  • Small errors can have a much wider impact than in a less automated system. For example, in March 2003, a minor software bug in some airport data collection code – which programmers were aware of but considered too small to cause operational problems – grounded all aircraft in Japan for two days.
  • Fewer people in the organization understand exactly how information is processed.
  • Sometimes, malfunctions may go unnoticed. For example, American Airlines once discovered a serious bug in its “yield management” software only after reporting quarterly results that were significantly lower than expected. (“Yield management” refers to the process of deciding how many aircraft seats to make available for sale at different fare levels.)
Information architecture is the particular way an organization has arranged its information systems: for example, a particular network of computers running particular software might support a firm’s marketing organization, while another network of computers running different software might support its production facilities, and so forth.
Information infrastructure consists of the hardware and software that support an organization’s information architecture, together with the personnel and services dedicated primarily to maintaining and developing that hardware and software.
Application and application program (nowadays sometimes simply “app”) are somewhat ill‐defined terms but typically denote computer software and databases supporting a particular task or group of tasks. For example, a firm’s human resource department might use one application to analyze benefit costs and usage, and another to monitor employee turnover.
A classic business IT problem is that applications, especially those used by different parts of an organization, may not communicate with one another effectively – for example, a new hire or retirement might have to be separately entered into both of the human resources systems described above because they do not communicate or share a common database.

Types of Information Systems

Particular information systems may be intended for use at one or more levels of an organization, as follows (Figure 1.1):
Schematic illustrating the information systems such as IT personnel and organization and hardware and software, with 3 levels labeled strategic level, tactical level, and operational level.
Figure 1.1 Information systems and the levels of an organization.
  • The operational level – day‐to‐day operations and routine decisions. In an airline, for example, an operational decision is whether to cancel a particular flight on a particular day, or what type of aircraft to schedule on a particular flight during the summer flying season. Operational events that that might need to be recorded could include a customer scanning her boar...

Table des matiĂšres