Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.49 KB

lesson1.md

File metadata and controls

37 lines (26 loc) · 1.49 KB

Week 12 Lesson 1

Relational Database

In this lesson, you will start learning about data persistence techniques by using Python. First, you will review using basic file I/O to save Python data. Next, you will learn about Pickling, a Python technique for saving and restoring data by using a custom Python format. Third, you will learn about relational databases, including the basic relational database concepts such as database roles and the ACID test. Finally you will learn about the SQLite database that we will use to demonstrate relational database concept in this course.

###Objectives ### By the end of this lesson, you will be able to:

  • Understand the concept of pickling data.
  • Understand relational database technology
  • Understand database roles.
  • Understand the ACID test.
  • Understand the basic concepts behind the Sqlite database

Time Estimate

Approximately 2 hours.

Readings

Optional Additional Readings####

Assessment

When you have completed and worked through the above readings, please take the Week 12 Lesson 1 Assessment.