Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQLite Fundamentals - Comprehensive SQL course on SQLite
Rating: 4.2 out of 5(98 ratings)
3,657 students

SQLite Fundamentals - Comprehensive SQL course on SQLite

A comprehensive course on SQLite Fundamentals and SQL
Created bySaad Qureshi
Last updated 4/2020
English
English [Auto],

What you'll learn

  • Learn to write SQL queries in SQLite database
  • Hands on experience of all the major concepts.
  • Answer variety of database problems through SQL
  • At the end of this course, You will be able to use SQL statements in any database management system.

Course content

10 sections57 lectures4h 53m total length
  • Database Overview2:40

    Explore data, databases, and database management systems. See how data is stored in tables with rows and columns and used by online telephone directories and electricity billing systems.

  • What is SQLite Database?2:35

    Explore SQLite, an open-source embedded database that runs without a server, stored in a single cross-platform file with zero configuration and no external dependencies.

  • SQLite Installation6:26

    Download and install the skylight tool and set environment variables. Create a database, create a table named student, insert values, and view the schema using the command prompt.

  • Introduction to SQlite Studio4:19

    Discover SQLite Studio, a portable tool for writing SQLite queries on Windows, Linux, and Mac; learn to download, run, and create a database and tables with create table.

  • Introduction to DB Browser SQLite4:08

    Learn to download and use DB Browser for SQLite to create databases and tables and run basic SQL queries via GUI or command line.

  • Primary Key and Foreign Key Database3:11

    Compare primary keys and foreign keys. Learn why a primary key is unique and not null, how a table uses a single key, and how foreign keys link tables for joins.

  • SQLite Constraints6:13

    Explore sql constraints that enforce data rules on table columns, including column level and table level constraints such as not null, default, unique, primary key, and check.

Requirements

  • No Experience of SQL and database are required
  • All you need a Computer machine; windows, Mac, and Linux users are all welcome
  • Tools:SQLite Studio/ SQLite Db Browser

Description

Unlike MySQL, Oracle, PostgreSQL, or SQL Server SQLite database is a server less database that serves the different purpose altogether. SQLite emphasizes economy, efficiency, reliability, independence, and simplicity.

Use of SQLite:

SQLite database requires no administration so it is best suited for embedded devices and the internet of things.

Why to Learn SQL:

SQL aka Structured Query Language is the most popular database language so it's use is everywhere whether we talk about Database,Data warehousing,Data Science or BI.Many big companies like Deloitte,Amazon,Netflix etc using this language to retrieve data from database.Important thing needs to understand that,the basic syntax of SQL for all databases is the same, so, if you have mastered SQL on SQLite database , the use of SQL on other databases would not be a problem for you.

SQLite Major Topics:

  • Introduction to SQLite Database

  • Operators in SQL

  • Aggregate Functions in SQL

  • Joins in SQL

  • Sub-query in SQL

  • Analytical functions

  • Triggers in SQL

  • Advanced topics(Case statement,Views,Index,etc)

Another aspect of this course is that not only I am going through all the concepts but also give the practical demonstration by writing SQL queries.The pace of this course is very slow,means,I will emphasize ample time on the subject and will try to cover everything that I can.

After this Course:

Once your are done with the course,you will have maximum knowledge of SQL and you will be ready to apply all these concepts.

Cheers..!!

Have a Great Learning..!!!

Who this course is for:

  • Students/Professionals curious about learning SQL in SQLite Database
  • Professionals who wants to learn SQL for further enhancement of their knowledge and skill sets.