Tugas-05 a. Sebutkan primary key masing-masing tabel

Slides:



Advertisements
Similar presentations
Database Organization and Design
Advertisements

Introduction to Database Systems Chapter 1
CF 1334 Sistem Basis Data (3 SKS)
Diskusi-08 Jelaskan dan berikan contoh penggunaan theta join, equijoin, natural join, outer join, dan semijoin The slides for this text are organized into.
The Entity-Relationship Model
Introduction to Database Systems
Diskusi-5 Sebutkan perangkat (tools) yang berpotensi mendukung kebutuhan tugas-tugas manajerial (management work) Jelaskan enam karakteristik informasi.
CS422 Principles of Database Systems Course Overview
MODELS OF DATABASE AND DATABASE DESIGN
Tree-Structured Indexes
Tree-Structured Indexes
Storage and Indexes Chapter 8 & 9
Query-by-Example (QBE)
Diskusi-1 Bacalah materi chapter-01, lalu buatlah ringkasan yang berisi tentang : Definisi EUIS Siapa end user Dampak euis pada lingkungan kerja Perencanaan.
Database Management Systems Chapter 1
Latihan Answer the following questions using the relational schema from the Exercises at the end of Chapter 3: Create the Hotel table using the integrity.
External Sorting Chapter 13 (Sec ): Ramakrishnan & Gehrke and
Diskusi-16 Buatlah ringkasan tentang pertimbangan dalam desain yang ergonomis pada tiga perangkat utama komputer yaitu monitor, keyboard dan mouse (lihat.
Database Application Development
Permutations and Combinations
Hash-Based Indexes Chapter 11
Latihan Create a separate table with the same structure as the Booking table to hold archive records. Using the INSERT statement, copy the records from.
Introduction to Query Optimization
Relational Algebra Chapter 4, Part A
The Entity-Relationship Model
Modeling Your Data Chapter 2 cs542
The Entity-Relationship Model
File Organizations Chapter 8 “How index-learning turns no student pale
Instructor: Elke Rundensteiner
COSC 6340 Projects & Homeworks Spring 2002
From ER to Relational Model
The Entity-Relationship Model
Database Application Development
Topics Covered in COSC 6340 Data models (ER, Relational, XML (short))
The Entity-Relationship Model
External Sorting The slides for this text are organized into chapters. This lecture covers Chapter 11. Chapter 1: Introduction to Database Systems Chapter.
Crash Recovery, Part 2 R&G - Chapter 18
B+-Trees and Static Hashing
File Organizations and Indexing
File Organizations and Indexing
Tree-Structured Indexes
Team Project, Part II NOMO Auto, Part II IST 210 Section 4
Hash-Based Indexes R&G Chapter 10 Lecture 18
Hash-Based Indexes Chapter 10
Selected Topics: External Sorting, Join Algorithms, …
Concurrency Control Chapter 17
Relational Algebra Chapter 4, Sections 4.1 – 4.2
Topics Covered in COSC 6340 Data models (ER, Relational, XML)
Introduction to Database Systems CSE 444 Lecture 23: Final Review
B+Trees The slides for this text are organized into chapters. This lecture covers Chapter 9. Chapter 1: Introduction to Database Systems Chapter 2: The.
The Relational Model The slides for this text are organized into chapters. This lecture covers Chapter 3. Chapter 1: Introduction to Database Systems Chapter.
Tree-Structured Indexes
Database Management Systems CSE594
Concurrency Control Chapter 17
Evaluation of Relational Operations: Other Techniques
Review for Final Exam CSE462 B.Ramamurthy.
Sang H. Son CS6750: Database Systems The slides for this text are organized into chapters. This lecture covers Chapter 1. Chapter 1: Introduction.
Concurrency Control R&G - Chapter 17
Distributed Databases
Introduction to Database Systems
Relational Query Optimization (this time we really mean it)
Overview of Query Evaluation
Chapter 11 Instructor: Xin Zhang
Tree-Structured Indexes
Introduction to Database Systems CSE 444 Lecture 23: Final Review
Physical Database Design
File Organizations and Indexing
COSC 3480 Projects & Homeworks Fall 2003
Database Application Development
Relational Calculus Chapter 4, Part B
Presentation transcript:

Tugas-05 a. Sebutkan primary key masing-masing tabel Dari table sebuah hotel ini (lihat Exercise hal 87): Hotel (hotel#, hotel name, city) Room ( room#, hotel#, type,price) Booking(hotel#,guest#,dateFrom,dateTo,room#) Guest(guest#,guest name,guest address), a. Sebutkan primary key masing-masing tabel b. Sebutkan Foreign-key c. Jelaskan yang dimaksud integrity disini The slides for this text are organized into chapters. This lecture covers relational calculus from Chapter 4. The relational algebra part can be found in Chapter 4, Part A. Chapter 1: Introduction to Database Systems Chapter 2: The Entity-Relationship Model Chapter 3: The Relational Model Chapter 4 (Part A): Relational Algebra Chapter 4 (Part B): Relational Calculus Chapter 5: SQL: Queries, Programming, Triggers Chapter 6: Query-by-Example (QBE) Chapter 7: Storing Data: Disks and Files Chapter 8: File Organizations and Indexing Chapter 9: Tree-Structured Indexing Chapter 10: Hash-Based Indexing Chapter 11: External Sorting Chapter 12 (Part A): Evaluation of Relational Operators Chapter 12 (Part B): Evaluation of Relational Operators: Other Techniques Chapter 13: Introduction to Query Optimization Chapter 14: A Typical Relational Optimizer Chapter 15: Schema Refinement and Normal Forms Chapter 16 (Part A): Physical Database Design Chapter 16 (Part B): Database Tuning Chapter 17: Security Chapter 18: Transaction Management Overview Chapter 19: Concurrency Control Chapter 20: Crash Recovery Chapter 21: Parallel and Distributed Databases Chapter 22: Internet Databases Chapter 23: Decision Support Chapter 24: Data Mining Chapter 25: Object-Database Systems Chapter 26: Spatial Data Management Chapter 27: Deductive Databases Chapter 28: Additional Topics