Hierarchy of Data in a Database

Slides:



Advertisements
Similar presentations
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Advertisements

Computer Science & Engineering 2111 Introduction to Database Systems 1CSE 2111-Introduction to Database Systems.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
ACCESS PART 2. Objectives Database Tables Table Parts Key Field Query and Reports Import from Excel Link to Excel.
FIRST COURSE Microsoft Access (Basics). XP Objectives Define the terms field, record, table, relational database, primary key, and foreign key. Learn.
Computer Science & Engineering 2111 CSE 2111 Lecture Querying a Database 1CSE 2111 Lecture- Querying a Database.
Computer Science & Engineering 2111 Introduction to Database Management Systems Relationships and Database Creation 1 CSE 2111 Introduction to Database.
Computer Science & Engineering 2111 CSE 2111 Lecture Basic Criteria in Queries 1CSE 2111 Lecture-Basic Criteria in Queries.
Computer Science & Engineering 2111 Introduction to Database Systems 1CSE 2111 Introduction to Database Systems.
Simple Database.
RELATIONSHIPS Generally there are two main database types: flat-file and relational.
Relational Databases (MS Access)
CPSC 203 Introduction to Computers Tutorial 03 & 29 By Jie (Jeff) Gao.
Computer Science & Engineering 2111 Lecture 10 Introduction to Database Management Systems 1.
Computer Science & Engineering 2111 CSE 2111 Lecture Multiple and Compound Criteria in Queries 1 CSE 2111 Lecture-Multiple and Compound Criteria in Queries.
What have we learned?. What is a database? An organized collection of related data.
Rebecca McCready Faculty of Medical Sciences Newcastle University Lecture 2 – Relationships and Lookup fields.
DAY 15: ACCESS CHAPTER 1 Rahul Kavi October 6,
Database Fundamentals CSC105 Furman University Peggy Batchelor.
Texas State Technical College DISCOVER! Cartesian Product Cover all the bases.
Computer Science & Engineering 2111 CSE 2111 Lecture NZ Function 1CSE 2111 NZ Function.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Introduction to Databases CISC Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Different key fields for different cases More to Learn A key field is a field that can be used to uniquely identify one specific record from other records.
CS130 Visual Basic Project 4 Lecture Fall New topics in project 4 Database, file (table), records, fields. Application that contains menus, submenus,
1 10/15/04CS150 Introduction to Computer Science 1 Reading from and Writing to Files Part 2.
Howard Paul. Sequential Access Index Files and Data File Random Access.
Computer Science & Engineering 2111 Sorting in Queries 1CSE 2111 Lecture-Advanced Queries.
Computer Science & Engineering 2111 Database Objects 1 CSE 2111 Introduction to Database Management Systems.
1 SQL SERVER 2005 Express CE-105 SPRING 2007 Engr. Faisal ur Rehman.
1 Database Systems Introduction to Microsoft Access Part 1.
Computer Science & Engineering 2111
Y.-H. Chen International College Ming-Chuan University Fall, 2004
Introduction to Database Systems
Tables & Relationships
Basic Criteria in Queries
Dept. of Computer & Information Sciences
Learn about relations and their basic properties
Exploring Computer Science Lesson Supplemental
3.5 Databases Relationships.
Creating a Database Microsoft Access.
Relational Databases.
CIS 155 Table Relationship
Introduction to Database Systems
CSCI-100 Introduction to Computing
Design a Relational Database Identify Database Purpose
Database Management  .
Access Busn 216.
What is a Database and Why Use One?
Introduction to Computer Science (CIS 101)
Solve System by Linear Combination / Addition Method
More about Databases.
Access Lesson 2 Creating a Database
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Microsoft Applications
Primary key Introduction Introduction: A primary key, also called a primary keyword, is a key in a relational database that is unique for each record.
Database.
Access Tutorial 1 Creating a Database
Database Management System
} 2x + 2(x + 2) = 36 2x + 2x + 4 = 36 4x + 4 = x =
National University of Laos
Lesson 23 Getting Started with Access Essentials
Introduction to Databases
Identifying the elements of a database
Databases and Access.
IT Solutions for Administrators - Databases
Microsoft Access Date.
Databases WOW!! A database is a collection of related data.
Data Base.
Database Design Chapter 7.
Presentation transcript:

Hierarchy of Data in a Database Computer Science & Engineering 2111 Hierarchy of Data in a Database This lecture will cover the use of some basic functions provided by EXCEL. We will be explore how these functions work and how they can be used to solve problems. CSE 2111 Introduction to Database Systems

CSE 2111 Introduction to Database Systems File Primary Key Table Data Type/Field Type Each Record is made up of 8 Fields A field, or combination of fields, which uniquely identifies a record in a database Primary Key Field Properties CSE 2111 Introduction to Database Systems

How is a database Organized? (Hierarchy of Data in a database) Table File 16 Records Each Record is made up of 8 Fields CSE 2111 Introduction to Database Systems