Sistem Basis Data Pertemuan Iii

Total Page:16

File Type:pdf, Size:1020Kb

Sistem Basis Data Pertemuan Iii SISTEM BASIS DATA PERTEMUAN III DEFI CAHYADI [email protected] LINGKUNGAN BASIS DATA a. Kekangan dalam basis data b. Pemanfaaatan Ilmu Basis Data c. Model Basis Data d. Arsitektur sistem basis data e. Konsep DBMS, Komponen DBMS, Fungsi DBMS, Bahasa dalam DBMS f. Kamus data (data dictionary) g. Model-model data a. Kekangan dalam basis data Penyusunan suatu database digunakan untuk mengatasi masalah-masalah pada penyusunan data. yaitu : Mengatasi kerangkapan (Redundancy) data. Penyimpanan data yang sama pada beberapa tempat selain bisa menyulitkan pemakai tentang aktualisasi data juga memboroskan tempat penyimpanan, maka basis data akan mendeteksi dan menghindari jika terjadi kerangkapan data. Menghindari terjadinya inkonsistensi data. Akibat lain jika terjadi kerangkapan data, maka jika terjadi perubahan data yang satu sedangkan yang lain tidak dirubah akan terjadi ketidak konsistenan data. Mengatasi kesulitan dalam mengakses data. Memudahkan jika suatu saat akan diambil atau dicetak data yang memiliki kriteria tertentu, misalnya pada tanggal tertentu, alamat tertentu, jumlah tertentu dan sebagainya. Menyusun format yang standart dari sebuah data. Data yang sama pada file yang berbeda harus memiliki format data berupa tipe dan jangkaunnya harus sama. Penggunaan oleh banyak pemakai (multiple user). Sebuah database bisa dimanfaatkan sekaligus secara bersama oleh banyak pengguna (multiuser). Lanjutan Melakukan perlindungan dan pengamanan data (data security). Setiap data hanya bisa diakses atau dimanipulasi oleh pihak yang diberi otoritas dengan memberikan login dan password terhadap masing-masing data. Menyusun integritas dan independensi data. Basis data merupakan data kompleks yang bisa diintegrasikan, sehingga kita bisa memanipulasi untuk mendapatkan berbagai bentuk form dan laporan yang kita inginkan. b. Pemanfaaatan Ilmu Basis Data Bidang Fungsional : Kepegawaian Pergudangan (inventory) Akuntansi Reservasi Layanan Pelanggan Bentuk Perusahan : Perbankan Rumah Sakit Produsen Barang Sekolah Telekomunikasi c. Model Basis Data Model database adalah suatu konsep yang terintegrasi dalam menggambarkan hubungan (relationships) antar data dan batasan-batasan (constraint) data dalam suatu sistem database. Model data yang paling umum, berdasarkan pada bagaimana hubungan antar record dalam database (Record Based Data Models), terdapat tiga jenis, yaitu : a. Model Database Hirarki (Hierarchical Database Model) o Model hirarkis biasa disebut model pohon, karena menyerupai pohon yang dibalik. Model ini menggunakan pola hubungan orangtua-anak d. Model Database Relasi (Relational Database Model) Model Relasional merupakan model yang paling sederhana sehingga mudah digunakan dan dipahami oleh pengguna. Model ini menggunakan sekumpulan tabel berdimensi dua ( yang disebut relasi atau tabel ), dengan masing-masing relasi tersusun atas tupel atau baris dan atribut. DBMS yang bermodelkan relasional biasa disebut RDBMS (Relational Data Base Management System). Model database ini dikemukakan pertamakali oleh EF codd, seorang pakar basisdata. Model ini sering disebut juga dengan database relasi. Model database hirarki dan jaringan merupakan model database yang tidak banyak lagi dipakai saat ini, karena adanya berbagai kelemahan dan hanya cocok untuk struktur hirarki dan jaringan saja. Artinya tidak mengakomodir untuk berbagai macam jenis persoalan dalam suatu sistem database. Model database relasi merupakan model database yang paling banyak digunakan saat ini, karena paling sederhana dan mudah digunakan serta yang paling penting adalah kemampuannya dalam mengakomodasi berbagai kebutuhan pengelolaan database. Sebuah database dalam model ini disusun dalam bentuk tabel dua dimensi yang terdiri dari baris (record) dan kolom (field), pertemuan antara baris dengan kolom disebut item data (data value), table-tabel yang ada di hubungkan (relationship) sedemikian rupa menggunakan field-field kunci (Key field) sehingga dapat meminimalkan duplikasi data. e. Tingkatan Data Dalam Database Relasi Dalam suatu sistem database relasi, data yang tersimpan dalam DBMS mempunyai tingkatan-tingkatan, sebagai berikut : Karakter (Characters) Merupakan bagian terkecil dalam database, dapat berupa karakter numerik (angka 0 s.d 9), huruf ( A - Z, a - z) ataupun karakter-karakter khusus, seperti *, &. %, # dan lain-lain. Field atau Attribute Merupakan bagian dari record yang menunjukkan suatu item data yang sejenis, Misalnya : field nama, file NIM dan lain sebagainya. Setiap field harus mempunyai nama dan tipe data tertentu. Isi dari field di sebut Data Value. Dalam table database, field ini disebut juga kolom. Record atau Tupple Tuple/Record adalah kumpulan data value dari attributee yang berkaitan sehingga dapat menjelaskan sebuah entity secara lengkap. Misal : Record entity mahasiswa adalah kumpulan data value dari field nobp, nama, jurusan dan alamat per-barisnya. Dalam tabel database, Record disebut juga baris. Table/Entity Entity merupakan sesuatu yang dapat diidentifikasi dari suatu sistem database, bisa berupa objek, orang, tempat, kejadian atau konsep yang informasinya akan disimpan di database. Misal. Pada sistem database akademik, yang menjadi entity adalah, mahasiswa, dosen, matakuliah dan lain-lain. Dalam aplikasi nantinya, penggunaan istilah Entity sering di samakan dengan istilah Tabel. (Entity = table). Disebut tabel, karena dalam merepresentasikan datanya di atur dalam bentuk baris dan kolom. Baris mewakili 1 record dan kolom mewakili 1 field. Dalam sistem database tradisional, entity/table ini disebut juga dengan file. Database Kumpulan dari tabel-tabel yang saling berelasi, disusun secara logis, sehingga menghasilkan informasi yang bernilai guna dalam proses pengambilan keputusan. Ada beberapa sifat yang melekat pada suatu tabel : Tidak boleh ada record yang sama (kembar) Urutan record tidak terlalu penting, karena data dalam record dapat diurut sesuai dengan kebutuhan. Setiap field harus mepunyai nama yang unik (tidak boleh ada yang sama). Setiap field mesti mempunyai tipe data dan karakteristik tertentu Contoh produk DBMS terkenal yang menggunakan model relasional antara lain adalah : 1. DB2 (IBM) 2. Rdb/VMS (Digital Equipment Corporation) 3. Oracle (Oracle Corporation) 4. Informix (Informix Corporation) 5. Ingres (ASK Group Inc) 6. Sybase (Sybase Inc) Di lingkungan PC, produk-produk berbasis relasional yang cukup terkenal antara lain adalah : 1. Keluarga R:Base (Microrim Corp) antara lain berupa R:Base 5000 2. Keluarga dBase (Ashton-Tate, sekarang bagian dari Borland International), antara lain dbase III Plus, dBase IV, serta Visual dBase 3. Microsoft SQL ( Microsoft Corporation) 4. Visual FoxPro (Microsoft Corporation) .
Recommended publications
  • BIOGRAPHICAL SKETCH Stuart E MADNICK POSITION TITLE
    Principal Investigator or collaborator (Madnick, Stuart Elliot): BIOGRAPHICAL SKETCH Provide the following information for the Senior/key personnel and other significant contributors NAME POSITION TITLE: John Norris Maguire Professor of Stuart E MADNICK Information Technology, MIT Sloan School of Institutional affiliation Management & Professor of Engineering Systems, MIT MIT School of Engineering INSTITUTION AND LOCATION DEGREE MM/YY FIELD OF STUDY Massachusetts Institute of Technology BS 6/1966 Electrical Engineering Massachusetts Institute of Technology MS 6/1969 Electrical Engineering Massachusetts Institute of Technology MBA 6/1969 Management Massachusetts Institute of Technology PhD 6/1972 Computer Science A. Personal Statement Key academic accomplishments and recognition: Served as the head of MIT's Information Technologies Group for more than twenty years, during which it was consistently rated #1 in the nation among information technology programs in all major reports (U.S. News & World Reports, BusinessWeek, and ComputerWorld). Faculty advisor on MIT’s OpenCourseWare and MIT’s Intellectual Property committees. Author or co-author of over 380 books, journal articles, or reports including the classic textbook, Operating Systems, and the book, The Dynamics of Software Development. Editor or Associate Editor of various journals, currently Editor-in- Chief of the ACM Journal on Data and Information Quality (JDIQ) and was founding Trustee and Vice President of the Very Large Data Base (VLDB) Foundation. International Collaborations:
    [Show full text]
  • How to Build a High-Performance Data Warehouse
    1 How To Build a High-Performance Data Warehouse How to Build a High-Performance Data Warehouse By David J. DeWitt, Ph.D.; Samuel Madden, Ph.D.; and Michael Stonebraker, Ph.D. Over the last decade, the largest data warehouses have increased from 5 to 100 terabytes, according to Winter Corp., and by 2010, most of today’s data warehouses will be 10 times larger, according to The Data Warehouse Institute (TDWI). As data warehouses grow in size to accommodate regulatory requirements and competitive pressures, ensuring adequate database performance will be a big challenge in order to answer more ad hoc queries from more people. This article examines the various ways databases are architected to handle the rapidly increasing scalability requirements, and the best combination of approaches for achieving high performance at low cost. Obviously, there are limits to the performance of any individual processor (CPU) or individual disk. Hence, all high-performance computers include multiple CPUs and multiple disks. Similarly, a high-performance DBMS must take advantage of multiple disks and multiple CPUs. However, there are significant differences between various databases concerning how they are able to take advantage of resources. In the first section of this article (Better Performance through Parallelism: Three Common Approaches), we discuss hardware architectures and indicate which ones are more scalable. As well, we discuss the commercial DBMSs that run on each architecture. In the second section (Going Even Faster: Hardware Acceleration), we turn to proprietary hardware as an approach to providing additional scalability, and indicate why this has not worked well in the past – and why it is unlikely to do any better in the future.
    [Show full text]
  • Front Matter In
    New Features Release 5.00 This software manual is documentation for Panthert 5. It is as accurate as possible at this time; however, both this manual and Panther itself are subject to revision. Prolifics and JAM are registered trademarks and Panther and JAM/TPi are trademarks of JYACC, Inc. Adobe, Acrobat, and PostScript are registered trademarks and Acrobat Reader a trademark of Adobe Systems Incorpo- rated. BEA and BEA Tuxedo are registered trademarks of BEA Systems, Inc. FLEXlm is a registered trademark of GLOBEtrotter Software, Inc. IBM, AIX, DB2, RISC System/6000, and VisualAge are registered trademarks and WebSphere is a trademark of International Business Machines Corporation. Informix and C-ISAM are registered trademarks of Informix Corporation. INGRES is a registered trademark of Computer Associates International, Inc. Java and all Java–based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. Microsoft, MS-DOS, ActiveX, Visual C++, Visual J++, Windows, Win32 and Windows NT are registered trademarks and Microsoft Windows 95, Authenticode, Microsoft Transaction Server, Microsoft Access, Microsoft Internet Explor- er, Microsoft Internet Information Server, Microsoft Management Console, and Microsoft Open Database Connectivity are trademarks of Microsoft Corporation in the United States and/or other countries. Motif is a registered trademark of The Open Group in the United States and other countries. Netscape, Netscape FastTrack Server, and Netscape Navigator are registered trademarks of Netscape Communications Corporation in the United States and other countries. Oracle and SQL*Net are registered trademarks and Oracle7, Oracle8, Oracle8i, PL/SQL, Pro*C, Rdb7, and Rdb8 are trademarks of Oracle Corporation.
    [Show full text]
  • Preview from Notesale.Co.Uk Page 5 Of
    Osborne/McGraw-Hill 2600 Tenth Street Berkeley, California 94710 U.S.A. For information on translations or book distributors outside the U.S.A., or to arrange bulk purchase discounts for sales promotions, premiums, or fund-raisers, please contact Osborne/McGraw-Hill at the above address. Copyright © 1999 by The McGraw-Hill Companies. All rights reserved. Printed in the United States of America. Except as permitted under the Copyright Act of 1976, no part of this publication may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without the prior written permission of the publisher, with the exception that the program listings may be entered, stored, and executed in a computer system, but they may not be reproduced for publication. Licensed Materials - Property of IBM IBM® DB2® Universal Database Personal Edition, Version 5.2, for the Windows® Operating Environments© Copyright IBM Corp. 1993, 1998. All Rights Reserved. U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP schedule Contract with IBM Corp. © 1999 Informix Corporation. All rights reserved. Informix® is a trademark of Informix Corporation or its affiliates and is registered in the U.S. and some other jurisdictions. Microsoft® SQL Server ™ 7.0 Evaluation Edition. Copyright Microsoft Corporation, 1997- 98. All rights reserved. Oracle8 Personal Edition© 1996,1998, Oracle Corporation.Preview All rights reserved. from Notesale.co.uk Copyright © 1996-1998, Sybase, Inc. All rights reserved.Page 5 of 689 1234567890 DOC DOC 90198765432109 ISBN 0-07-211845-8 Information has been obtained by Osborne/McGraw-Hill from sources believed to be reliable.
    [Show full text]
  • Database 101 an Exposé of Database Terminology and Popular Databases
    Database 101 An Exposé of Database Terminology and Popular Databases Tony Salerno Senior Director, Data Management and Managed Services Richard Cookson Content Writer A Publication of © XTIVIA, Database 101: An Exposé of Database Terminology and Popular Databases 1 Table of Contents Chapter One | Glossary of Database Terminology .......................... 04 Chapter Two | Popular Databases ......................................................... 08 Part One | Microsoft SQL Server ..................................................... 08 Part Two | Oracle ................................................................................... 10 Part Three | MySQL ............................................................................... 12 Part Four | IBM Informix ...................................................................... 14 Part Five | IBM Db2 ............................................................................... 16 Part Six | PostgreSQL ............................................................................ 18 Part Seven | MongoDB ......................................................................... 20 Chapter Three | XTIVIA's Database Services .................................... 22 © XTIVIA, Database 101: An Exposé of Database Terminology and Popular Databases 2 About the Authors Tony Salerno | Senior Director, Data Management and Managed Services Tony Salerno leads XTIVIA’s Virtual-DBA and Database Practice. In this role, he is responsible for management, development and sales support of Virtual-DBA
    [Show full text]
  • Funding a Revolution: Government Support for Computing Research
    Funding a Revolution: Government Support for Computing Research FUNDING A REVOLUTION GOVERNMENT SUPPORT FOR COMPUTING RESEARCH Committee on Innovations in Computing and Communications: Lessons from History Computer Science and Telecommunications Board Commission on Physical Sciences, Mathematics, and Applications National Research Council NATIONAL ACADEMY PRESS Washington, D.C. 1999 Copyright National Academy of Sciences. All rights reserved. Funding a Revolution: Government Support for Computing Research NOTICE: The project that is the subject of this report was approved by the Governing Board of the National Research Council, whose members are drawn from the councils of the National Academy of Sciences, the National Academy of Engineering, and the Institute of Medicine. The members of the committee responsible for the report were chosen for their special competences and with regard for appropriate balance. The National Academy of Sciences is a private, nonprofit, self-perpetuating society of distinguished scholars engaged in scientific and engineering research, dedicated to the fur- therance of science and technology and to their use for the general welfare. Upon the authority of the charter granted to it by the Congress in 1863, the Academy has a mandate that requires it to advise the federal government on scientific and technical matters. Dr. Bruce Alberts is president of the National Academy of Sciences. The National Academy of Engineering was established in 1964, under the charter of the National Academy of Sciences, as a parallel organization of outstanding engineers. It is autonomous in its administration and in the selection of its members, sharing with the National Academy of Sciences the responsibility for advising the federal government.
    [Show full text]
  • Cincom Systems, Inc
    Report to the Computer History Museum on the Information Technology Corporate Histories Project Database Management Software Products Sector Cincom Systems, Inc. Company Details Name: Cincom Systems, Inc. Sector: Database Management Software Products Description Cincom was founded by Tom Nies in Cincinnati, Ohio in 1968 to sell programming services. Nies realized very quickly that there was great potential in software products and decided to develop the TOTAL database management system which was released in 1970. By the mid 1970s, Cincom was one of the largest software product companies in the world with over $10 million in sales. Cincom is one of the very few software companies founded in the 1960s that is still in business today. Tom Nies is still the President and CEO. Cincom website Facilitators Luanne Johnson Statistics Contributors (11), Events (180), Stories (5), Documents (65), References (4), Discussions (3 threads, 3 posts) Entered By: Luanne Johnson March 9, 2005 Contributors Contributor Michel Bany Date Joined December 1974 Job Description Date Entered August 19, 2005 Contributor Brian Bish Date Joined January 1977 Job Description I have held numerous positions while at Cincom. I started as a Co-op student from the University of Cincinnati working doing testing for our Engineering team. I have held sales support positions, helped create Cincom's worldwide support operation, managed the SUPRA engineering team for a number of years in addition to other Report to the Computer History Museum on the Information Technology Corporate Histories Project Database Management Software Products Sector engineering roles. I was COO for OverC International, a wholly owned Cincom subsidiary, and currently run the professional servicse organization in the United States along with the Cincom STAR Teams.
    [Show full text]
  • Informix Dynamic Server V10 . . . Extended Functionality for Modern Business
    Front cover Informix Dynamic Server V10 . Extended Functionality for Modern Business Enable easy application development and flexible SOA integration Simplify and automate IDS administration and deployment Realize blazing fast OLTP performance Chuck Ballard Carlton Doe Alexander Koerner Anup Nair Jacques Roy Dick Snoke Ravi ViJay ibm.com/redbooks International Technical Support Organization Informix Dynamic Server V10 . Extended Functionality for Modern Business December 2006 SG24-7299-00 Note: Before using this information and the product it supports, read the information in “Notices” on page ix. First Edition (December 2006) This edition applies to Version 10 of Informix Dynamic Server. © Copyright International Business Machines Corporation 2006. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . ix Trademarks . x Preface . xi The team that wrote this IBM Redbook . xii Become a published author . xv Comments welcome. xvi Chapter 1. IDS essentials . 1 1.1 Informix Dynamic Server architecture . 3 1.1.1 DSA components: processor . 4 1.1.2 DSA components: dynamic shared memory. 7 1.1.3 DSA components: intelligent data fragmentation . 8 1.1.4 Using the strengths of DSA. 10 1.1.5 An introduction to IDS extensibility . 14 1.2 Informix Dynamic Server Editions and Functionality . 22 1.2.1 Informix Dynamic Server Express Edition (IDS-Express) . 23 1.2.2 Informix Dynamic Server Workgroup Edition . 23 1.2.3 Informix Dynamic Server Enterprise Edition . 25 1.3 New features in Informix Dynamic Server V10 . 26 1.3.1 Performance . 27 1.3.2 Security .
    [Show full text]
  • A Review of Modern Database Applications
    International Journal of Computer Techniques -– Volume 8 Issue 1, January 2021 A REVIEW OF MODERN DATABASE APPLICATIONS Ukpe Kufre Christopher 1 Asagba, Prince Oghenekaro 2 Department of computer Science Department of Computer Science Ignatius Ajuru University of Education University of Port Harcourt, Port Port Harcourt, Nigeria. Harcourt, Nigeria. [email protected] Abstract This research focuses on the review of modern database applications. Database applications are software programs designed to collect, manage and disseminate information efficiently. However, there are various database applications, some of which are advanced with programming methods that can be used to build custom business solutions in networked environment. Consequently, most database applications are customized with database programming languages to automate specific types of work, hence many home and small business owners create simple databases such as customer contact and mailing lists with easy-to-use software such as Microsoft "Access" and "FileMaker Pro. The research seeks to analyze the various categories of database applications, their examples, releases and versions and make comparison between some of them based on certain measurable parameters. ISSN :2394-2231 http://www.ijctjournal.org Page 37 International Journal of Computer Techniques -– Volume 8 Issue 1, January 2021 1.0 INTRODUCTION A database at its simplest definition is a gathering of information called data, stored on a server. The data is properly organized in a manner that can easily be retrieved, managed and edited in significant ways by the end user (Hammer, 2017). The data could be something complex or simple such as personal information about clients or customers. It could also be inventory, sales, calls or anything anyone needs to combine as a whole as well as the associated format it will take.
    [Show full text]