Perancangan Basis Data

Slides:



Advertisements
Similar presentations
Database vocabulary. Data Information entered in a database.
Advertisements

Chapter IV Relational Data Model Pemrograman Sistem Basis Data.
Muhammad Arief download dari
Relational Model Table = relation. Column headers = attributes. Row = tuple Beers Relation schema = name(attributes) + other structure info., e.g., keys,
Chapter 3 : Relational Model
Database Systems: Design, Implementation, and Management Tenth Edition
1004INT Information Systems Week 10 Databases as Business Tools.
WELL-DESIGNED DATABASES Process faster Easy to develop and maintain Easy to read and write code.
Normalization A337. A337 - Reed Smith2 Structure What is a database? ◦ Tables of information  Rows are referred to as records  Columns are referred.
Using ERWin to model your data Supplied by Computer Associates as part of AllFusion.
Chapter 16 (p481 – 485, ) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
© Pearson Education Limited, Chapter 2 The Relational Model Transparencies.
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
Relational Databases (MS Access)
Copyright © Curt Hill The Relational Model of Database Basic organization and terms.
Microsoft Access Database Software.
What's a Database A Database Primer Let’s discuss databases n Why they are hard n Why we need them.
CS 1308 Computer Literacy and the Internet
+ Information Systems and Databases 2.2 Organisation.
Database Fundamentals CSC105 Furman University Peggy Batchelor.
Relational Theory and Design
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
I NTRODUCTION TO DATABASE By: Afraa Sayah. I NTRODUCTION Data: - Known facts and can have implicit meaning. - Types: text, date, number… Database: - A.
Principles of Database Design, Part I AIMS 2710 R. Nakatsu.
Chapter 13.3: Databases Invitation to Computer Science, Java Version, Second Edition.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
SE305 Database System Technology 25/09/2014 Quiz-1.
CHAPTER 2 : RELATIONAL DATA MODEL Prepared by : nbs.
Network Security Philadelphia UniversitylAhmad Al-Ghoul Module 7 Module 7 Data Base Security  MModified by :Ahmad Al Ghoul  PPhiladelphia.
The relational model1 The relational model Mathematical basis for relational databases.
IFS310: Module 10 Database Design - Physical design of files and databases.
Geographic Information Systems GIS Data Databases.
Fundamental of Database Systems
James A. Senn’s Information Technology, 3rd Edition
Geog. 314 Working with tables.
CPSC 603 Database Systems Lecturer: Laurie Webster II, Ph.D., P.E.
Database Systems: Design, Implementation, and Management Tenth Edition
Intro to MIS – MGS351 Databases and Data Warehouses
Databases.
CF 1334 Sistem Basis Data (3 SKS)
Computers: Tools for an Information Age
COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI
Databases Chapter 16.
Decision Support System by Simulation Model (Ajarn Chat Chuchuen)
Transaction Management and Concurrency Control
Fundamentals of Information Systems, Sixth Edition
NURS 736: Technology Solutions for Knowledge Generation in Healthcare
Chapter 12 Information Systems.
CIS 207 The Relational Database Model
Department of Information Technology
CSCI-100 Introduction to Computing
Chapter 4 Relational Databases
Database Management  .
Databases and Data Warehouses Chapter 3
Computers: Tools for an Information Age
Database Objects ACTIVITY 1.1
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
The Relational Model and Normalization
Order Database – ER Diagram
Database management concepts
Database.
Four Levels of Data from Ricardo’s Database Illuminated
Databases and Structured Files: What is a database?
Databases.
Business Application Development
Chapter 2 Database Environment Pearson Education © 2014.
Query Processing.
Course Instructor: Supriya Gupta Asstt. Prof
Geographic Information Systems
Security in Computing, Fifth Edition
Presentation transcript:

Perancangan Basis Data Perkenalan

Bahan Ajar Referensi Utama: Referensi Tambahan : Toby Teorey . . . [et al.]. 2011. DATABASE MODELING AND DESIGN Logical Design Fifth Edition, New Jersey: Elsevier. Referensi Tambahan : Rebecca M. Riordan, Designing Effective Database Systems, Addison Wesley Professional, 2005 Slide dari Dosen ybs. 27/12/2017

Penilaian Kriteria Persentase Tugas 10% Quiz 20% UTS 30% UAS / Project 40% 27/12/2017

Rules Kehadiran Minimal 80% Berpakaian Rapi 27/12/2017

Perancangan Basis Data Review Basis Data

Data and Database Management The basic component of a file in a file system is a data item, which is the smallest named unit of data that has meaning in the real. Columns / Attributes Row / Tuple A group of related data items treated as a unit by an application is called a record. Table A file is a collection of records of a single type

Database Life Cycle The database life cycle incorporates the basic steps involved in designing a global schema of the logical database, allocating data across a computer network, and defining local DBMS-specific schemas

Database Life Cycle

Any Question ? 27/12/2017