Preview

Introduction to Database Management

Powerful Essays
Open Document
Open Document
1915 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Introduction to Database Management
INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS

By

Mohammed Sanaulla Khan
SID: 1120297

Mohammed Mudassaruddin
SID: 1111422

Abstract
A collection of programs that enables you to store, modify, and extract information from a database. There are many different types of DBMSs, ranging from small systems that run on personal computers to huge systems that run on mainframes. The following are examples of database applications: ✓ computerized library systems ✓ automated teller machines ✓ flight reservation systems ✓ computerized parts inventory systems
From a technical standpoint, DBMSs can differ widely. The terms relational, network, flat, and hierarchical all refer to the way a DBMS organizes information internally. The internal organization can affect how quickly and flexibly you can extract information.
Introduction
A database consists of four elements as given, 1. Data 2. Relationships 3. Constraints 4. Schema

1) Data ➢ Data are binary computer representations of stored logical entities. ➢ Software is divided into two general categories-data and programs. ➢ A program is a collection of instruction for manipulating data. ➢ Data exist is various forms- as numbers tents on pieces of paper, as bits and bytes stored in electronic memory or as facts stored in a persons mind.
2) Relationships ➢ Relationships explain the correspondence between various data elements.

3) Constraints ➢ Are predicates that define correct database states.

4) Scheme ➢ Schema describes the organization of data and relationships within the database. ➢ Schema defines various views of the database for the use of various system components of the database management system and for the application’s security. ➢ A schema separates physical aspects of data storage form the logical aspects of data representation.
[pic]
Types of schema ➢ Internal schema: defines how and where the data are

You May Also Find These Documents Helpful

  • Powerful Essays

    Nt1330 Unit 1 Study Guide

    • 1178 Words
    • 5 Pages

    To define the storage structure and access methods : Database administrator decide how the data represented in database and described by writing the storage structure definition and also specify the mapping between storage structure definition and the conceptual…

    • 1178 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    Dbm 381 Week 1paper

    • 885 Words
    • 4 Pages

    A database consists of one or more tables; each containing data stored as individual records. Different database architectures determine how the tables and records are organized or related…

    • 885 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    3. Any piece of data that is stored in a computer’s memory must be stored as a…

    • 435 Words
    • 5 Pages
    Satisfactory Essays
  • Good Essays

    * A DBMS is designed to allow flexible access to data (i.e., queries), whereas a file-processing system is designed to allow pre-determined access to data (i.e., compiled programs).…

    • 579 Words
    • 3 Pages
    Good Essays
  • Best Essays

    The selected database I have chosen for this project will be that of a veterinary medical supply database and the veterinarians who order medications from that database. I will track what is ordered and shipped to the veterinarians. This is an online veterinary supply, so, all medications will be mailed (or shipped) to the customer with a…

    • 3587 Words
    • 15 Pages
    Best Essays
  • Powerful Essays

    Database is a place to store lots of data, imagine it as a giant virtual filling cabinet that can be organized in many ways. There’s software called (DBMS) which stands for database management system which allows the user to manage data in database such as; create, delete or update.…

    • 1351 Words
    • 5 Pages
    Powerful Essays
  • Powerful Essays

    Concept of Dbms

    • 1140 Words
    • 5 Pages

    A database is a structure that can store information about multiple types of entities, the attributes of those entities, and the relationships among the entities.…

    • 1140 Words
    • 5 Pages
    Powerful Essays
  • Better Essays

    Ordinarily a database management system is considered a modernized record keeping system. Not with standing, DBMS’s is an accumulation of projects, which are utilized to characterize, make and keep up databases. Essentially, DBMS’s is a universally useful programming…

    • 952 Words
    • 3 Pages
    Better Essays
  • Satisfactory Essays

    What is a database: A database is a group of data that has been organised in a table or group. This makes it easy to find data, but also allows you to not have any duplicates in a group. A database is used in a school or college to store students date of births. This allows the school to be able to see how old the students are. The database can also be password protected to keep the data safe.…

    • 557 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Relational Databases

    • 750 Words
    • 3 Pages

    Data for our programs are stored in various formats. The most commonly used format is in the form of a database since databases are not dependent on a single program or hardware platform. These databases are stored in five structures of hierarchical, network, relational, multidimensional, and object-oriented. Hierarchical structure organizes data in a one to many relationship. The network goes of the hierarchical structure by organizing data in a many to many relationship. The relational structure organizes the data in tables and allows the end user to determine the relationship at run time. Multidimensional takes the relational structures concept and uses multi dimensions to organize the data. Object-oriented structure has not only the attributes of the entity, but also contain the operations that can be performed on it.…

    • 750 Words
    • 3 Pages
    Good Essays
  • Better Essays

    Databases are very important to every person in the world today. Whatever you do in you daily routine you are bound to come in contact with some form of database and our world has become so dependent on it that most people won’t even realize the importance of databases. A database is a bunch of files that are usually integrated electronically together to make up one big file. The database stores all of these files in one location and numerous people can access this information all at the same time if they have the proper access from the database administrator.…

    • 1084 Words
    • 5 Pages
    Better Essays
  • Better Essays

    Relational Databases

    • 4830 Words
    • 20 Pages

    Contrast the logical and the physical view of data and discuss why separate views are necessary in database applications. Describe which perspective is most useful for each of the following employees: a programmer, a manager, and an internal auditor. How will understanding logical data structures assist you when designing and using database systems?</para></question><question id="ch04ques02" label="4.2">…

    • 4830 Words
    • 20 Pages
    Better Essays
  • Powerful Essays

    A database is a means of storing information in such a way that information can be retrieved from it. Thus a database is typically a repository for heterogeneous but interrelated pieces of information. Often a database contains more than one table. Codebooks and dictionaries can also be considered as tables. A dictionary is a reference book on any subject, the items of which are arranged in alphabetical order. Codebook is a list of replacements for words or phrases in the original message. A code is a system for hiding the meaning of a message by replacing each word or phrase in the original message with another character or set of characters. The list of replacements is contained in a codebook. An alternative definition of a code is any form of encryption which has no builtin flexibility, i.e. there is only one key, namely the codebook. Databases contain organized data. A database can be as simple as a flat file (a single computer file with data usually in a tabular form) containing names and telephone numbers of one’s friends, or as elaborate as the worldwide reservation system of a major airline. There are many ways to approach the design of a database and tables. The database layout is the most important part of an information system. The more design and thought put into a database, the better the database will be in the long run. We should gather information about the user’s requirement, data objects, and data definitions before creating a database layout. Traditionally, there are four different DBMS data models: the hierarchical data model, the network data model, the relational data model, and the objectoriented data model.…

    • 2737 Words
    • 11 Pages
    Powerful Essays
  • Powerful Essays

    Database Concepts

    • 1636 Words
    • 7 Pages

    12) A database is a set of one or more computer programs that serves as an intermediary between the users and the database management system (DBMS).…

    • 1636 Words
    • 7 Pages
    Powerful Essays
  • Good Essays

    Database Modelling Quiz

    • 1252 Words
    • 6 Pages

    #06) Describe the basic of the features of the relational data model and discuss their importance to the end user and designer?…

    • 1252 Words
    • 6 Pages
    Good Essays