CSEN 5314 Quiz 1. A data model is a collection of concepts that can be used to describe the ___________ of a database. a. structure b. extension c. state.

Slides:



Advertisements
Similar presentations
The ANSI/SPARC Architecture of a Database Environment
Advertisements

Database Architecture Models and Design Ian Horrocks Carole Goble John Sargeant Simon Harper.
Oct 31, 2000Database Management -- Fall R. Larson Database Management: Introduction to Terms and Concepts University of California, Berkeley School.
Chapter 2 Database Environment.
1 Introduction to Database Management Systems Lila Rao Graham.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
ICS (072)Database Systems Background Review 1 Database Systems Background Review Dr. Muhammad Shafique.
Chapter 2 Database Environment Pearson Education © 2014.
Lecture Two Database Environment Based on Chapter Two of this book:
1 Chapter 2 Database Environment. 2 Chapter 2 - Objectives u Purpose of three-level database architecture. u Contents of external, conceptual, and internal.
Introduction to DBMS Purpose of Database Systems View of Data
Database Management System Lecture 2 Introduction to Database management.
Information storage: Introduction of database 10/7/2004 Xiangming Mu.
1 Introduction to databases concepts CCIS – IS department Level 4.
DBMS By Narinder Singh Computer Sc. Deptt. Topics What is DBMS What is DBMS File System Approach: its limitations File System Approach: its limitations.
Module Title? DBMS Introduction to Database Management System.
CST203-2 Database Management Systems Lecture 2. One Tier Architecture Eg: In this scenario, a workgroup database is stored in a shared location on a single.
2. Database System Concepts and Architecture
Dr. Mohamed Osman Hegazi 1 Database Systems Concepts Database Systems Concepts Course Outlines: Introduction to Databases and DBMS. Database System Concepts.
Chapter 1 : Introduction §Purpose of Database Systems §View of Data §Data Models §Data Definition Language §Data Manipulation Language §Transaction Management.
File Systems and Databases Lecture 1. Files and Databases File: A collection of records or documents dealing with one organization, person, area or subject.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
Database Systems DBMS Environment Data Abstraction.
Introduction to Database Systems1. 2 Basic Definitions Mini-world Some part of the real world about which data is stored in a database. Data Known facts.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 2- 1.
Chapter 2 Database System Concepts and Architecture Dr. Bernard Chen Ph.D. University of Central Arkansas.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture Presented & Modified.
Database Environment Session 2 Course Name: Database System Year : 2013.
CSEN 5314 Quiz 1.
INTRODUCTION TO DBS Database: a collection of data describing the activities of one or more related organizations DBMS: software designed to assist in.
1 Chapter 1 Introduction to Databases Transparencies.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
 Understand the basic definitions and concepts of data warehouses  Describe data warehouse architectures (high level).  Describe the processes used.
Database Architecture Models and Design Ian Horrocks & Robert Stevens room: 2.75/2.91
Database Concepts Track 3: Managing Information using Database.
1 TOPIC 6 DATABASE 6.1 Introduction to Database 6.2 Basic Concept of Database 6.3 Database Object DATABASE.
Exam 1 Review Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2008.
Exam 1 Review Dr. Bernard Chen Ph.D. University of Central Arkansas.
Database Administration Basics. Basic Concepts and Definitions  Data Facts that can be recorded and stored  Metadata Data that describes properties.
Chapter 2 Database Environment.
1 Database Environment. 2 Objectives of Three-Level Architecture u All users should be able to access same data. u A user’s view is immune to changes.
3-1 Modeling Basic Entities DBMS Create Sort Search Addition Deletion Modification Create Sort Search Addition Deletion Modification DBMS is a Software.
Database Environment Chapter 2. The Three-Level ANSI-SPARC Architecture External Level Conceptual Level Internal Level Physical Data.
Database System Concepts Introduction Purpose of Database Systems View of Data Data Models Data Definition Language Data Manipulation Language Transaction.
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
©Silberschatz, Korth and Sudarshan 1.1 Database System Concepts قواعد البيانات Data Base قواعد البيانات CCS 402 Mr. Nedal hayajneh E- mail
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
Data definition language
ISC321 Database Systems I Chapter 2: Overview of Database Languages and Architectures Fall 2015 Dr. Abdullah Almutairi.
Databases and Database User ch1 Define Database? A database is a collection of related data.1 By data, we mean known facts that can be recorded and that.
James A. Senn’s Information Technology, 3rd Edition
Introduction to DBMS Purpose of Database Systems View of Data
Chapter 2 Database Environment.
An Introduction to database system
Introduction to Database Management Systems
Chapter 2 Database System Concepts and Architecture
Database Management:.
Data Warehousing and Data Mining By N.Gopinath AP/CSE
Principles of GIS Fundamental database concepts Shaowen Wang
Chapter 2 Database Environment.
Chapter 2 Database Environment Pearson Education © 2009.
LM 8 Data Administration & Database Administration
Data base System Concepts & Data Modeling
Introduction to DBMS Purpose of Database Systems View of Data
Lecture 1 File Systems and Databases.
Database Design Hacettepe University
Chapter 2 Database Environment Pearson Education © 2014.
The ANSI/SPARC Architecture of a Database Environment
Database Dr. Roueida Mohammed.
Presentation transcript:

CSEN 5314 Quiz 1

A data model is a collection of concepts that can be used to describe the ___________ of a database. a. structure b. extension c. state d. instance A ________________ is a collection of software that supports the creation, use, and maintenance of databases. a. database administrator b. database c. database management system d. data model Data stored in database at a particular moment in time is a database ____________. a. schema b. state c. intention d. meta-data A _____________ is a unit of work that includes one or more reads or updates of database records, and it should be processed reliably without interference from other users and without loss of data due to failures. a. Client/Server b. Transaction c. Data model d. Schema

A data model is a collection of concepts that can be used to describe the ___________ of a database. a. structure b. extension c. state d. instance A ________________ is a collection of software that supports the creation, use, and maintenance of databases. a. database administrator b. database c. database management system d. data model Data stored in database at a particular moment in time is a database ____________. a. schema b. state c. intention d. meta-data A _____________ is a unit of work that includes one or more reads or updates of database records, and it should be processed reliably without interference from other users and without loss of data due to failures. a. Client/Server b. Transaction c. Data model d. Schema