Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.71 KB

lesson2.md

File metadata and controls

32 lines (20 loc) · 1.71 KB

Week 10 Lesson 2

Using SQL for Schema Manipulation

In this lesson, you will learn how to create and delete database and database schema. First, you will earn about basic SQL Syntax, including the allowed SQL data types. While this will focus on the Sqlite3 syntax and data types, more general information will be conveyed. Next, you will learn how to create and delete databases. Next you will learn how to create database schema, including relational tables, and the columns that define the characteristics of those tables. This will also include a discussion of views, indices, and user defined functions.. Finally, you will learn how to drop and alter existing tables.

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

  • Understand how to create and delete databases in SQLite.
  • Understand how to create and delete relational database tables by using SQLite.
  • Understand the creation and maintenance of relational database schema.
  • Understand the difference between relational database tables and views.

Time Estimate

Approximately 3 hours.

Readings

Optional Additional Readings####

Assessment

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