1 / 5

ICS 434 Advanced Database Systems

ICS 434 Advanced Database Systems. Dr. Abdallah Al-Sukairi sukairi@kfupm.edu.sa Second Semester 2003 - 2004 (032) King Fahd University of Petroleum & Minerals Information & Computer Science Department. Outline. The Relational Data Model: Version 2 Advanced Data Modeling

Download Presentation

ICS 434 Advanced Database Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ICS 434Advanced Database Systems Dr. Abdallah Al-Sukairi sukairi@kfupm.edu.sa Second Semester 2003 - 2004 (032) King Fahd University of Petroleum & Minerals Information & Computer Science Department

  2. Outline • The Relational Data Model: Version 2 • Advanced Data Modeling • Client-Server Architecture • Client-Server Databases & Tools • Databases on the Web • The System Catalog • Query Processing and Optimization • Transaction Processing • Concurrency Control • Recovery • Administration & Security • Distributed Databases • Database Replication • Object-Oriented Databases • Data Warehousing and Data Mining • Other Emerging Database Technologies

  3. 6. The System Catalog

  4. Catalogs for Relational DBMSs • “Minidatabase” that stores the schemas (descriptions) of DBs; that is the metadata or the “data about the data” • relation names, attributes names, attributes domains (type and size) • integrity constraints (primary and foreign keys) • views (name and definition) • indexes and storage structures (B+ tree) • security and authorisation information • names of users authorised to use the DBMS, data items that each user can access and how it can be accessed (insert, update, delete, read) • statistics about relations and indexes • index size, cardinality, etc • Catalog information is stored in relations (system objects) accessible to authorized users • Catalog relations can by queried using SQL

  5. Data Dictionary (Repository) • Stand-alone package used for information resource management • Mainly used by the designers, users, and administrators of a computer system • Passive or active

More Related