Preview

DBMS

Powerful Essays
Open Document
Open Document
3523 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
DBMS
DATABASE ARCHITECTURE

DATABASE CONCEPTS

Figure 1.1 – Main Concepts of a DBMS

Database is an organized collection of data.

Database management system (DBMS) is a computer program (or more typically, a suite of them) designed to manage a database, a large set of structured data, and run operations on the data requested by numerous users.

Data Manipulation Language (DML) is a family of syntax elements similar to a computer programming language used for inserting, deleting and updating data in a database.

Data Definition Language or Data Description Language (DDL) is a syntax similar to a computer programming language for defining data structures, especially database schemas.

Database schema is a set of formulas (sentences) called integrity constraints imposed on a database.

Metadata refers to "data about data".

Metacontent are defined as the data providing information about one or more aspects of the data, such as:

Means of creation of the data
Purpose of the data
Time and date of creation
Creator or author of the data
Location on a computer network where the data were created
Standards used

Fundamental concepts (types) of Metadata
Structural metadata is about the design and specification of data structures and is more properly called "data about the containers of data".
Descriptive metadata is about individual instances of application data, the data content. "data about data content" or "content about content"

Some Examples of Software Modules (DB Manager Program)
Structured Query Language (SQL) server
MySQL Database
FoxPro
Microsoft Access

Data Dictionary is a software utility that catalogs an organization's data resources: what data exist where they originate who uses them what are their format, etc.
Data dictionary not only tells where the data are located in the database, but also which application programs process the data, and closely coordinates with the DBMS in controlling access to the database.

You May Also Find These Documents Helpful

  • Powerful Essays

    Nt1330 Unit 1 Study Guide

    • 1178 Words
    • 5 Pages

    To create Schema definition: It is a database administrator responsible to installation, configuration and upgrading hardware and operating system on given database and also to decide what information to be held in database.…

    • 1178 Words
    • 5 Pages
    Powerful Essays
  • Satisfactory Essays

    unit 6

    • 360 Words
    • 2 Pages

    1) SQL is the programming language used to manipulate data and data objects in a relational database management system.…

    • 360 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    A database language must enable the user to create database and table structures to perform basic data management chores.…

    • 1917 Words
    • 8 Pages
    Powerful Essays
  • Satisfactory Essays

    DDL stands for Data Definition Language. These statements define the database schema or the structure. DDL queries used for creating tables, relationships, and other database querying and modifying data. Common DDL Statements are CREATE, ALTER, DROP, TRUNCATE, COMMENT and RENAME.…

    • 314 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    3. The database scheme: the specifications of the logical structure of the data stored in the database.…

    • 688 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    CS-669 Assignment 1

    • 985 Words
    • 4 Pages

    Structural independence when we can change structure of stored data without affecting to access of user’s applications. It is essential, otherwise in case of dependency there would be need to make all necessary adjustments to keep the same type access that the users have.…

    • 985 Words
    • 4 Pages
    Powerful Essays
  • Satisfactory Essays

    Csc 215 Answers

    • 527 Words
    • 3 Pages

    10) Structure query language. It use for combining querying and processing sets of tables and the data in those table.…

    • 527 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    According to Riley, there are many metadata standards used to describe or classify data about data. In a library setting, metadata traditionally refers to elements such as bibliographic information about the collection’s holdings and physical items; however, today’s definition of metadata has evolved to include information about electronic or digital data, rather than primarily a way to describe elements of physical data. Not only do metadata standards serve as systems which describe specific elements of the item which it describes, but the metadata record also serves as an access point for a specific item or resources, be it electronic or physical. The two metadata standards that I familiar with which are Dublin Core and MARC/MARC21. Dublin…

    • 138 Words
    • 1 Page
    Satisfactory Essays
  • Powerful Essays

    Database Environment

    • 1121 Words
    • 5 Pages

    When building a system for information, you have to decide how much responsibility for data management your software will take. A database can be rather large or it can be small depending on the information that is being stored. Request for information from a database are made in the form of a query or a question asking the database for particular information. All database management systems are not the same from a technical standpoint. They differ mostly in the way they organize their information internally. The internal organization can then determine how quickly and supplely the information can be extracted (Jupitermedia, 2011) .…

    • 1121 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    Another advantage of the database approach is flexibility in terms of data usage. The data is kept in…

    • 592 Words
    • 3 Pages
    Good 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
  • Powerful Essays

    (iii) A document type definition (DTD) is written in a different language from XML, whereas a schema is itself an XML document (1 mark) and the programmer need only be familiar with one kind of syntax (1 mark). Furthermore, DTS’s allow only predefined data types (1 mark) whereas schemas allow new data-types to be defined (1 mark).…

    • 1322 Words
    • 6 Pages
    Powerful Essays
  • Good Essays

    A data definition capability to specify the structure of the content of the database. This capability would be used to create database tables and to define the characteristics of the fields in each table.…

    • 890 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Data elements are the basic unit of information that have a unique importance and subcategories that must be standardized and carried throughout the practices (Aspenden, et al., 2004). Specific codes should be recognized in all terminology sets to represent the data elements to ensure data comparability, which will allow all information systems to hold the data as a combined enterprise (Aspeden, et al.,…

    • 558 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Relational Model

    • 393 Words
    • 2 Pages

    Being able to reference attributes (columns) by name and tuples (rows) by primary key values provides a data model that has no physical storage model associated with the data organization. The relational data model is the only one that achieves complete physical data independence. Applications do not need to know at all how data is organized as long as the database takes care of finding the right data when the application provides table and column names along with primary key values.…

    • 393 Words
    • 2 Pages
    Good Essays