YoVDO

Database Clinic: SQLite

Offered By: LinkedIn Learning

Tags

SQLite Courses Data Analysis Courses Python Courses Relational Databases Courses CRUD Operations Courses Database Management Courses

Course Description

Overview

Get started using the versatile SQLite database engine.

Syllabus

Introduction
  • Embedding SQL everywhere with SQLite
  • SQLite vs. other SQL engines
  • How to use the exercise files
1. SQLite Quick Start
  • Starting SQLite
  • The SQLite command-line interface
  • DB Browser for SQLite
  • Retrieving data with SELECT
  • Filtering your SELECT with the WHERE clause
  • Grouping your results
2. Creating and Modifying Data
  • Creating a table with the CREATE TABLE statement
  • Setting rules on your data
  • Enforcing relationships between tables
  • Adding data to a table
  • Modifying an existing table
  • Deleting data
3. Going Further with SELECT
  • Combining multiple tables with JOINs
  • Basic functions
  • Aggregate functions
  • Window functions
  • Queries of queries
  • Transactions and isolation
4. Embedding SQLite
  • Web browsers
  • Programming languages
  • Internet of Things
Conclusion
  • Next steps

Taught by

Mark Niemann-Ross

Related Courses

Artificial Intelligence for Robotics
Stanford University via Udacity
Intro to Computer Science
University of Virginia via Udacity
Design of Computer Programs
Stanford University via Udacity
Web Development
Udacity
Programming Languages
University of Virginia via Udacity