database foundations - dixie state university

13

Upload: others

Post on 07-Feb-2022

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Database Foundations - Dixie State University
Page 2: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Database Foundations 1-1 Introduction

Page 3: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Roadmap

About the Course

Relational Databases

Introduction to Databases

Types of Database Models

Database Storage

Structures

Understanding Business

Requirements

You are here

3 DFo 1-1 Introduction

Page 4: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Objectives This lesson covers the following objectives: • Identify the course goals and objectives • Describe the course learning strategy • Understand the course environment

4 DFo 1-1 Introduction

Page 5: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Course Goals The goal of this course is for you to be able to: • Describe the purpose of a relational database • Describe key business requirements when developing a

database • Use data modeling to architect a relational database

5 DFo 1-1 Introduction

Page 6: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Course Goals The goal of this course is for you to be able to: • Develop an entity relationship diagram (ERD) to model

data • Use Oracle SQL Developer Data Modeler to build ERDs • Map a physical model from an ERD • Create a physical model from a logical model (ERD) • Write, execute, and save SQL statements in Oracle

Application Express

6 DFo 1-1 Introduction

Page 7: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Course Outline

7 DFo 1-1 Introduction

APEX

Page 8: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Course Strategy • Instructor-led training • Project-driven curriculum • Industry-recognized certification

8 DFo 1-1 Introduction

Page 9: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Technological Requirements • Oracle SQL Developer (version 4) • Oracle SQL Developer Data Modeler (version 4) • Access to the Oracle APEX application

9 DFo 1-1 Introduction

Page 10: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Links to Resources • Oracle Database 12c

– https://docs.oracle.com/en/database/ – https://www.oracle.com/database/index.html

10 DFo 1-1 Introduction

Page 11: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Links to Resources • Oracle SQL Developer

– http://www.oracle.com/technetwork/developer-tools/sql-developer/index.html

– http://www.oracle.com/technetwork/developer-tools/sql-developer/learnmore/index.html

• Oracle SQL Developer Data Modeler – http://www.oracle.com/technetwork/developer-

tools/datamodeler/index.html

11 DFo 1-1 Introduction

Page 12: Database Foundations - Dixie State University

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.

Summary In this lesson, you should have learned how to: • Identify the course goals and objectives • Understand the course environment • Describe the course learning strategy

12 DFo 1-1 Introduction

Page 13: Database Foundations - Dixie State University